fix: correct bcrypt version spec in requirements.txt

This commit is contained in:
2026-07-19 00:35:15 +02:00
parent 6cedbb1bcb
commit 14349a211d
+2 -1
View File
@@ -5,7 +5,8 @@ asyncpg>=0.30.0
pydantic-settings>=2.0.0
python-jose[cryptography]>=3.3.0
passlib[bcrypt]
bcrypt<5.0>=1.7.4
bcrypt<5.0
bcrypt<5.0
redis>=5.0.0
python-multipart>=0.0.12
pytest>=8.0.0