Skip to content

Commit f533de8

Browse files
authored
Bump rtoml and uvicorn to support python 3.14 (#871)
1 parent adc6427 commit f533de8

File tree

3 files changed

+132
-119
lines changed

3 files changed

+132
-119
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"python-jose>=3.5.0",
4646
"python-socketio>=5.14.2",
4747
"redis[hiredis]>=6.4.0",
48-
"rtoml>=0.12.0",
48+
"rtoml>=0.13.0",
4949
"sqlalchemy-crud-plus>=1.12.1",
5050
"sqlalchemy[asyncio]>=2.0.44",
5151
"sqlparse>=0.5.3",

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ idna==3.11
132132
# anyio
133133
# email-validator
134134
# httpx
135-
iniconfig==2.1.0
135+
iniconfig==2.3.0
136136
# via pytest
137137
ip2loc==1.0.0
138138
# via fastapi-best-architecture
@@ -177,9 +177,9 @@ prompt-toolkit==3.0.52
177177
# via click-repl
178178
psutil==7.1.0
179179
# via fastapi-best-architecture
180-
psycopg==3.2.10
180+
psycopg==3.2.11
181181
# via fastapi-best-architecture
182-
psycopg-binary==3.2.10 ; implementation_name != 'pypy'
182+
psycopg-binary==3.2.11 ; implementation_name != 'pypy'
183183
# via psycopg
184184
pwdlib==0.2.1
185185
# via fastapi-best-architecture
@@ -242,7 +242,7 @@ rich-toolkit==0.15.1
242242
# via fastapi-cli
243243
rsa==4.9.1
244244
# via python-jose
245-
rtoml==0.12.0
245+
rtoml==0.13.0
246246
# via fastapi-best-architecture
247247
setuptools==80.9.0
248248
# via zope-event
@@ -321,7 +321,7 @@ urllib3==2.5.0
321321
# via dulwich
322322
user-agents==2.2.0
323323
# via fastapi-best-architecture
324-
uvicorn==0.37.0
324+
uvicorn==0.38.0
325325
# via
326326
# fastapi
327327
# fastapi-cli

0 commit comments

Comments
 (0)