Update requirements and insfra versions
This commit is contained in:
52
services/external/requirements.txt
vendored
52
services/external/requirements.txt
vendored
@@ -1,56 +1,56 @@
|
||||
# services/external/requirements.txt
|
||||
# FastAPI and web framework
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
fastapi==0.119.0
|
||||
uvicorn[standard]==0.32.1
|
||||
|
||||
# Database
|
||||
sqlalchemy==2.0.23
|
||||
psycopg2-binary==2.9.9
|
||||
asyncpg==0.29.0
|
||||
aiosqlite==0.19.0
|
||||
alembic==1.12.1
|
||||
sqlalchemy==2.0.44
|
||||
psycopg2-binary==2.9.10
|
||||
asyncpg==0.30.0
|
||||
aiosqlite==0.20.0
|
||||
alembic==1.17.0
|
||||
|
||||
# HTTP clients for external APIs
|
||||
httpx==0.25.2
|
||||
aiofiles==23.2.0
|
||||
requests==2.31.0
|
||||
httpx==0.28.1
|
||||
aiofiles==24.1.0
|
||||
requests==2.32.3
|
||||
|
||||
# Data processing and time series
|
||||
pandas==2.1.3
|
||||
numpy==1.25.2
|
||||
pandas==2.2.3
|
||||
numpy==2.2.2
|
||||
|
||||
# Validation and serialization
|
||||
pydantic==2.5.0
|
||||
pydantic-settings==2.0.3
|
||||
pydantic==2.12.3
|
||||
pydantic-settings==2.7.1
|
||||
email-validator==2.2.0
|
||||
|
||||
# Authentication and security
|
||||
python-jose[cryptography]==3.3.0
|
||||
cryptography==44.0.0
|
||||
|
||||
# Logging and monitoring
|
||||
structlog==23.2.0
|
||||
prometheus-client==0.19.0
|
||||
structlog==25.4.0
|
||||
prometheus-client==0.23.1
|
||||
|
||||
# Message queues
|
||||
aio-pika==9.3.1
|
||||
aio-pika==9.4.3
|
||||
|
||||
# Background job processing
|
||||
redis==5.0.1
|
||||
redis==6.4.0
|
||||
|
||||
# Date and time handling
|
||||
pytz==2023.3
|
||||
python-dateutil==2.8.2
|
||||
pytz==2024.2
|
||||
python-dateutil==2.9.0.post0
|
||||
|
||||
# XML parsing (for some APIs)
|
||||
lxml==4.9.3
|
||||
lxml==5.3.0
|
||||
|
||||
# Geospatial processing
|
||||
pyproj==3.6.1
|
||||
|
||||
# Note: pytest and testing dependencies are in tests/requirements.txt
|
||||
pyproj==3.7.1
|
||||
|
||||
# Development
|
||||
python-multipart==0.0.6
|
||||
|
||||
# External API specific
|
||||
beautifulsoup4==4.12.2 # For web scraping if needed
|
||||
xmltodict==0.13.0 # For XML API responses
|
||||
beautifulsoup4==4.12.3
|
||||
xmltodict==0.14.2
|
||||
|
||||
Reference in New Issue
Block a user