mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 21:15:13 +00:00
Bump fastapi and sqlalchemy to support python 3.14 (#847)
This commit is contained in:
+2
-2
@@ -28,7 +28,7 @@ dependencies = [
|
||||
"fast-captcha>=0.3.2",
|
||||
"fastapi-limiter>=0.1.6",
|
||||
"fastapi-pagination>=0.14.3",
|
||||
"fastapi[standard-no-fastapi-cloud-cli]>=0.118.2",
|
||||
"fastapi[standard-no-fastapi-cloud-cli]>=0.118.3",
|
||||
"flower>=2.0.1",
|
||||
"gevent>=25.9.1",
|
||||
"granian>=2.5.5",
|
||||
@@ -48,7 +48,7 @@ dependencies = [
|
||||
"redis[hiredis]>=6.4.0",
|
||||
"rtoml>=0.12.0",
|
||||
"sqlalchemy-crud-plus>=1.12.0",
|
||||
"sqlalchemy[asyncio]>=2.0.43",
|
||||
"sqlalchemy[asyncio]>=2.0.44",
|
||||
"sqlparse>=0.5.3",
|
||||
"user-agents>=2.2.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user