Tahasaif3 commited on
Commit
0e64d3a
·
verified ·
1 Parent(s): 1a61a78

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  alembic>=1.17.2
2
  fastapi>=0.124.4
3
- passlib[bcrypt]>=1.7.4
 
4
  psycopg2-binary>=2.9.11
5
  pydantic-settings>=2.12.0
6
  pydantic[email]>=2.12.5
@@ -12,5 +13,4 @@ httpx>=0.28.1
12
  pytest>=9.0.2
13
  pytest-asyncio>=1.3.0
14
  python-dotenv>=1.0.1
15
- bcrypt>=4.0.1
16
  cryptography>=45.0.0
 
1
  alembic>=1.17.2
2
  fastapi>=0.124.4
3
+ passlib>=1.7.4
4
+ bcrypt>=4.0.0,<4.2.0
5
  psycopg2-binary>=2.9.11
6
  pydantic-settings>=2.12.0
7
  pydantic[email]>=2.12.5
 
13
  pytest>=9.0.2
14
  pytest-asyncio>=1.3.0
15
  python-dotenv>=1.0.1
 
16
  cryptography>=45.0.0