Spaces:
Sleeping
Sleeping
'changes'
Browse files
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
alembic>=1.17.2
|
| 2 |
fastapi>=0.124.4
|
| 3 |
-
passlib
|
|
|
|
| 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.2.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
|
src/utils/__pycache__/security.cpython-312.pyc
CHANGED
|
Binary files a/src/utils/__pycache__/security.cpython-312.pyc and b/src/utils/__pycache__/security.cpython-312.pyc differ
|
|
|