File tree Expand file tree Collapse file tree 1 file changed +27
-5
lines changed
Expand file tree Collapse file tree 1 file changed +27
-5
lines changed Original file line number Diff line number Diff line change 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
78databases [asyncpg ]>= 0.9.0
8- psycopg2-binary >= 2.9.9
9+ psycopg2-binary >= 2.9.10
910asyncpg >= 0.30.0
11+ alembic >= 1.14.0
12+ sqlalchemy >= 2.0.36
1013
1114# Environment
1215python-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
1822prometheus-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
You can’t perform that action at this time.
0 commit comments