Skip to content

Commit e923f13

Browse files
authored
Bump fastapi and pydantic to the latest (#851)
1 parent 889da74 commit e923f13

File tree

3 files changed

+155
-153
lines changed

3 files changed

+155
-153
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.3",
31+
"fastapi[standard-no-fastapi-cloud-cli]>=0.119.0",
3232
"flower>=2.0.1",
3333
"gevent>=25.9.1",
3434
"granian>=2.5.5",
@@ -40,7 +40,7 @@ dependencies = [
4040
"psutil>=7.1.0",
4141
"psycopg[binary]>=3.2.10",
4242
"pwdlib>=0.2.1",
43-
"pydantic>=2.12.0",
43+
"pydantic>=2.12.1",
4444
"pydantic-settings>=2.11.0",
4545
"pymysql>=1.1.2",
4646
"python-jose>=3.5.0",

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export -o requirements.txt --no-hashes
33
-e .
4-
alembic==1.16.5
4+
alembic==1.17.0
55
# via fastapi-best-architecture
66
amqp==5.3.1
77
# via kombu
@@ -77,7 +77,7 @@ distlib==0.4.0
7777
# via virtualenv
7878
dnspython==2.8.0
7979
# via email-validator
80-
dulwich==0.24.2
80+
dulwich==0.24.3
8181
# via fastapi-best-architecture
8282
ecdsa==0.19.1
8383
# via python-jose
@@ -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.3
92+
fastapi==0.119.0
9393
# via
9494
# fastapi-best-architecture
9595
# fastapi-limiter
@@ -129,7 +129,7 @@ humanize==4.13.0
129129
# via flower
130130
identify==2.6.15
131131
# via pre-commit
132-
idna==3.10
132+
idna==3.11
133133
# via
134134
# anyio
135135
# email-validator
@@ -192,14 +192,14 @@ pyasn1==0.6.1
192192
# rsa
193193
pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
194194
# via cffi
195-
pydantic==2.12.0
195+
pydantic==2.12.1
196196
# via
197197
# fastapi
198198
# fastapi-best-architecture
199199
# fastapi-pagination
200200
# pydantic-settings
201201
# sqlalchemy-crud-plus
202-
pydantic-core==2.41.1
202+
pydantic-core==2.41.3
203203
# via pydantic
204204
pydantic-settings==2.11.0
205205
# via fastapi-best-architecture

0 commit comments

Comments
 (0)