update dependencies, python3.13, remove logging
This commit is contained in:
@@ -1 +1 @@
|
||||
3.12
|
||||
3.13
|
||||
|
||||
1561
server/poetry.lock
generated
1561
server/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -9,8 +9,8 @@ packages = [{ include = "app" }]
|
||||
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
fastapi = { extras = ["all"], version = "^0.110.0" }
|
||||
python = "^3.13"
|
||||
fastapi = { extras = ["standard"], version = "^0.115.6" }
|
||||
python-dotenv = "^1.0.1"
|
||||
icecream = "^2.1.3"
|
||||
mysql-connector-python = "^8.3.0"
|
||||
|
||||
Reference in New Issue
Block a user