Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"python-jose>=3.5.0",
"python-socketio>=5.14.2",
"redis[hiredis]>=6.4.0",
"rtoml>=0.12.0",
"rtoml>=0.13.0",
"sqlalchemy-crud-plus>=1.12.1",
"sqlalchemy[asyncio]>=2.0.44",
"sqlparse>=0.5.3",
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ idna==3.11
# anyio
# email-validator
# httpx
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
ip2loc==1.0.0
# via fastapi-best-architecture
Expand Down Expand Up @@ -177,9 +177,9 @@ prompt-toolkit==3.0.52
# via click-repl
psutil==7.1.0
# via fastapi-best-architecture
psycopg==3.2.10
psycopg==3.2.11
# via fastapi-best-architecture
psycopg-binary==3.2.10 ; implementation_name != 'pypy'
psycopg-binary==3.2.11 ; implementation_name != 'pypy'
# via psycopg
pwdlib==0.2.1
# via fastapi-best-architecture
Expand Down Expand Up @@ -242,7 +242,7 @@ rich-toolkit==0.15.1
# via fastapi-cli
rsa==4.9.1
# via python-jose
rtoml==0.12.0
rtoml==0.13.0
# via fastapi-best-architecture
setuptools==80.9.0
# via zope-event
Expand Down Expand Up @@ -321,7 +321,7 @@ urllib3==2.5.0
# via dulwich
user-agents==2.2.0
# via fastapi-best-architecture
uvicorn==0.37.0
uvicorn==0.38.0
# via
# fastapi
# fastapi-cli
Expand Down
Loading