This commit is contained in:
Mikan
2026-06-21 00:36:02 +03:00
parent 0c1feeaa06
commit 2fb128bd4f
3 changed files with 16 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ SQLAlchemy==2.0.30
asyncpg==0.29.0
alembic==1.13.1
psycopg2-binary==2.9.9 # for alembic sync migrations
pydantic==2.7.1
pydantic-settings==2.2.1
pydantic==2.9.2
pydantic-settings==2.7.0
email-validator==2.2.0 # required by pydantic.EmailStr
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4