Skip to content

Commit 1ae5ea1

Browse files
authored
Update dependencies in requirements.txt
1 parent e490c03 commit 1ae5ea1

File tree

1 file changed

+27
-5
lines changed

1 file changed

+27
-5
lines changed

backend/requirements.txt

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,40 @@
11
# Web Framework
2-
fastapi[standard]>=0.115.0
3-
uvicorn[standard]>=0.32.0
4-
pydantic>=2.9.0
2+
fastapi[standard]>=0.115.6
3+
uvicorn[standard]>=0.32.1
4+
pydantic>=2.10.3
5+
pydantic-settings>=2.7.0
56

67
# Database
78
databases[asyncpg]>=0.9.0
8-
psycopg2-binary>=2.9.9
9+
psycopg2-binary>=2.9.10
910
asyncpg>=0.30.0
11+
alembic>=1.14.0
12+
sqlalchemy>=2.0.36
1013

1114
# Environment
1215
python-dotenv>=1.0.1
1316

1417
# Cache/Queue
15-
redis>=5.2.0
18+
redis>=5.2.1
19+
hiredis>=3.0.0
1620

1721
# Monitoring
1822
prometheus-client>=0.21.0
23+
24+
# Utilities
25+
python-multipart>=0.0.20
26+
httpx>=0.28.1
27+
email-validator>=2.2.0
28+
29+
# Security
30+
python-jose[cryptography]>=3.3.0
31+
passlib[bcrypt]>=1.7.4
32+
33+
# Rate Limiting
34+
slowapi>=0.1.9
35+
36+
# Testing (Development)
37+
pytest>=8.3.4
38+
pytest-asyncio>=0.24.0
39+
pytest-cov>=6.0.0
40+
httpx>=0.28.1

0 commit comments

Comments
 (0)