Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions reference-apps/fastapi-api-first/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

# Core FastAPI dependencies
fastapi==0.141.1
uvicorn[standard]==0.42.0
pydantic-settings==2.14.2
slowapi==0.1.9 # Rate limiting
uvicorn[standard]==0.52.4
pydantic-settings==2.15.0
slowapi==0.1.10 # Rate limiting
pybreaker==1.4.1 # Circuit breaker

# HTTP client
Expand All @@ -16,7 +16,7 @@ asyncpg==0.31.0
aiomysql==0.3.2
cryptography>=41.0.0 # Required for MySQL caching_sha2_password auth
motor==3.7.1
pymongo==4.16.0
pymongo==4.17.0

# Redis and Caching
# fastapi-cache2 0.2.2 is the newest release and its [redis] extra requires
Expand All @@ -34,13 +34,13 @@ jinja2==3.1.6
aio-pika==9.6.2

# Utilities
python-json-logger==4.0.0
python-json-logger==4.2.0

# Observability
prometheus-client==0.24.1
prometheus-client==0.26.0

# Testing
pytest==9.0.3
pytest-asyncio==1.3.0
pytest==9.1.1
pytest-asyncio==1.4.0
pytest-cov==7.1.0
pytest-mock==3.15.1
Loading