tomoya 3 weeks ago
parent
commit
f8509659db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/app/pyproject.toml

+ 1 - 1
backend/app/pyproject.toml

@@ -5,7 +5,7 @@ description = ""
 authors = ["tomoya <tomoya@choozmo.com>"]
 
 [tool.poetry.dependencies]
-python = "^3.10.0"
+python = ">=3.10,<3.11"
 uvicorn = "^0.20.0"
 fastapi = "^0.89.0"
 mysql-connector-python = "^8.0.32"