Skip to content

Commit 54e09b6

Browse files
authored
Bump fastapi and sqlalchemy to support python 3.14 (#847)
1 parent 5762834 commit 54e09b6

File tree

3 files changed

+94
-87
lines changed

3 files changed

+94
-87
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"fast-captcha>=0.3.2",
2929
"fastapi-limiter>=0.1.6",
3030
"fastapi-pagination>=0.14.3",
31-
"fastapi[standard-no-fastapi-cloud-cli]>=0.118.2",
31+
"fastapi[standard-no-fastapi-cloud-cli]>=0.118.3",
3232
"flower>=2.0.1",
3333
"gevent>=25.9.1",
3434
"granian>=2.5.5",
@@ -48,7 +48,7 @@ dependencies = [
4848
"redis[hiredis]>=6.4.0",
4949
"rtoml>=0.12.0",
5050
"sqlalchemy-crud-plus>=1.12.0",
51-
"sqlalchemy[asyncio]>=2.0.43",
51+
"sqlalchemy[asyncio]>=2.0.44",
5252
"sqlparse>=0.5.3",
5353
"user-agents>=2.2.0",
5454
]

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ exceptiongroup==1.3.0 ; python_full_version < '3.11'
8989
# pytest
9090
fast-captcha==0.3.2
9191
# via fastapi-best-architecture
92-
fastapi==0.118.2
92+
fastapi==0.118.3
9393
# via
9494
# fastapi-best-architecture
9595
# fastapi-limiter
@@ -121,7 +121,7 @@ hiredis==3.2.1
121121
# via redis
122122
httpcore==1.0.9
123123
# via httpx
124-
httptools==0.6.4
124+
httptools==0.7.1
125125
# via uvicorn
126126
httpx==0.28.1
127127
# via fastapi
@@ -236,7 +236,7 @@ redis==6.4.0
236236
# via
237237
# fastapi-best-architecture
238238
# fastapi-limiter
239-
rich==14.1.0
239+
rich==14.2.0
240240
# via
241241
# cappa
242242
# rich-toolkit
@@ -259,7 +259,7 @@ six==1.17.0
259259
# python-dateutil
260260
sniffio==1.3.1
261261
# via anyio
262-
sqlalchemy==2.0.43
262+
sqlalchemy==2.0.44
263263
# via
264264
# alembic
265265
# fastapi-best-architecture
@@ -333,7 +333,7 @@ vine==5.1.0
333333
# amqp
334334
# celery
335335
# kombu
336-
virtualenv==20.35.0
336+
virtualenv==20.35.3
337337
# via pre-commit
338338
watchfiles==1.1.0
339339
# via uvicorn

0 commit comments

Comments
 (0)