chore(merge): merge branch 'main' into feat/solo-play

This commit is contained in:
MingxuanGame
2025-07-27 02:51:29 +00:00

View File

@@ -3,7 +3,7 @@ name = "osu-lazer-api"
version = "0.1.0" version = "0.1.0"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.12"
dependencies = [ dependencies = [
"aiomysql>=0.2.0", "aiomysql>=0.2.0",
"alembic>=1.12.1", "alembic>=1.12.1",
@@ -26,7 +26,7 @@ dependencies = [
[tool.ruff] [tool.ruff]
line-length = 88 line-length = 88
target-version = "py311" target-version = "py312"
[tool.ruff.format] [tool.ruff.format]
line-ending = "lf" line-ending = "lf"