fix: pin bcrypt<5.0 for passlib compatibility
This commit is contained in:
@@ -4,7 +4,8 @@ sqlalchemy[asyncio]>=2.0.0
|
|||||||
asyncpg>=0.30.0
|
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]>=1.7.4
|
passlib[bcrypt]
|
||||||
|
bcrypt<5.0>=1.7.4
|
||||||
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