fix: correct bcrypt version spec in requirements.txt
This commit is contained in:
@@ -5,7 +5,8 @@ asyncpg>=0.30.0
|
|||||||
pydantic-settings>=2.0.0
|
pydantic-settings>=2.0.0
|
||||||
python-jose[cryptography]>=3.3.0
|
python-jose[cryptography]>=3.3.0
|
||||||
passlib[bcrypt]
|
passlib[bcrypt]
|
||||||
bcrypt<5.0>=1.7.4
|
bcrypt<5.0
|
||||||
|
bcrypt<5.0
|
||||||
redis>=5.0.0
|
redis>=5.0.0
|
||||||
python-multipart>=0.0.12
|
python-multipart>=0.0.12
|
||||||
pytest>=8.0.0
|
pytest>=8.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user