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
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = { text = "MIT" }
requires-python = ">=3.10"
dynamic = ['version']
dependencies = [
"alembic>=1.16.5",
"alembic>=1.17.0",
"asgiref>=3.10.0",
"asyncmy>=0.2.10",
"asyncpg>=0.30.0",
Expand All @@ -22,8 +22,8 @@ dependencies = [
# When celery version < 6.0.0
# https://github.com/celery/celery/issues/7874
"celery-aio-pool>=0.1.0rc8",
"cryptography>=46.0.2",
"dulwich>=0.24.2",
"cryptography>=46.0.3",
"dulwich>=0.24.5",
"fast-captcha>=0.3.2",
"fastapi-limiter>=0.1.6",
"fastapi-pagination>=0.14.3",
Expand All @@ -39,11 +39,11 @@ dependencies = [
"psutil>=7.1.0",
"psycopg[binary]>=3.2.10",
"pwdlib>=0.2.1",
"pydantic>=2.12.1",
"pydantic>=2.12.3",
"pydantic-settings>=2.11.0",
"pymysql>=1.1.2",
"python-jose>=3.5.0",
"python-socketio>=5.14.1",
"python-socketio>=5.14.2",
"redis[hiredis]>=6.4.0",
"rtoml>=0.12.0",
"sqlalchemy-crud-plus>=1.12.1",
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ colorama==0.4.6 ; sys_platform == 'win32'
# loguru
# pytest
# uvicorn
cryptography==46.0.2
cryptography==46.0.3
# via fastapi-best-architecture
distlib==0.4.0
# via virtualenv
dnspython==2.8.0
# via email-validator
dulwich==0.24.3
dulwich==0.24.5
# via fastapi-best-architecture
ecdsa==0.19.1
# via python-jose
Expand Down Expand Up @@ -115,15 +115,15 @@ h11==0.16.0
# httpcore
# uvicorn
# wsproto
hiredis==3.2.1
hiredis==3.3.0
# via redis
httpcore==1.0.9
# via httpx
httptools==0.7.1
# via uvicorn
httpx==0.28.1
# via fastapi
humanize==4.13.0
humanize==4.14.0
# via flower
identify==2.6.15
# via pre-commit
Expand Down Expand Up @@ -164,7 +164,7 @@ packaging==25.0
# via
# kombu
# pytest
pillow==11.3.0
pillow==12.0.0
# via fast-captcha
platformdirs==4.5.0
# via virtualenv
Expand All @@ -189,14 +189,14 @@ pyasn1==0.6.1
# rsa
pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.12.1
pydantic==2.12.3
# via
# fastapi
# fastapi-best-architecture
# fastapi-pagination
# pydantic-settings
# sqlalchemy-crud-plus
pydantic-core==2.41.3
pydantic-core==2.41.4
# via pydantic
pydantic-settings==2.11.0
# via fastapi-best-architecture
Expand All @@ -221,7 +221,7 @@ python-jose==3.5.0
# via fastapi-best-architecture
python-multipart==0.0.20
# via fastapi
python-socketio==5.14.1
python-socketio==5.14.2
# via fastapi-best-architecture
pytz==2025.2
# via flower
Expand Down Expand Up @@ -325,7 +325,7 @@ uvicorn==0.37.0
# via
# fastapi
# fastapi-cli
uvloop==0.21.0 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
uvloop==0.22.1 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
# via uvicorn
vine==5.1.0
# via
Expand All @@ -334,7 +334,7 @@ vine==5.1.0
# kombu
virtualenv==20.35.3
# via pre-commit
watchfiles==1.1.0
watchfiles==1.1.1
# via uvicorn
wcwidth==0.2.14
# via prompt-toolkit
Expand Down
Loading