fix(bcrypt version)
Some checks failed
Deploy to Development / build-and-deploy (push) Has been cancelled
Deploy to Production / build-and-deploy (push) Successful in 49s

This commit is contained in:
EvanChal
2026-01-28 20:59:58 +01:00
parent 0eea2f1a1d
commit 8ff0f22682

View File

@@ -5,6 +5,7 @@ alembic>=1.7.0
psycopg2-binary>=2.9.0 psycopg2-binary>=2.9.0
python-jose[cryptography]>=3.3.0 python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4 passlib[bcrypt]>=1.7.4
bcrypt==4.0.1
python-multipart>=0.0.5 python-multipart>=0.0.5
python-dotenv>=0.19.0 python-dotenv>=0.19.0
pydantic>=1.8.0 pydantic>=1.8.0