- Updated all OpenTelemetry packages to latest versions: - opentelemetry-api: 1.27.0 → 1.39.1 - opentelemetry-sdk: 1.27.0 → 1.39.1 - opentelemetry-exporter-otlp-proto-grpc: 1.27.0 → 1.39.1 - opentelemetry-exporter-otlp-proto-http: 1.27.0 → 1.39.1 - opentelemetry-instrumentation-fastapi: 0.48b0 → 0.60b1 - opentelemetry-instrumentation-httpx: 0.48b0 → 0.60b1 - opentelemetry-instrumentation-redis: 0.48b0 → 0.60b1 - opentelemetry-instrumentation-sqlalchemy: 0.48b0 → 0.60b1 - Removed prometheus-client==0.23.1 from all services - Unified all services to use the same monitoring package versions Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
27 lines
471 B
Plaintext
27 lines
471 B
Plaintext
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
sqlalchemy==2.0.23
|
|
alembic==1.13.1
|
|
asyncpg==0.29.0
|
|
psycopg2-binary==2.9.9
|
|
python-dotenv==1.0.0
|
|
httpx==0.25.2
|
|
pydantic==2.5.0
|
|
pydantic-settings==2.1.0
|
|
structlog==24.1.0
|
|
redis==5.0.1
|
|
ortools==9.8.3296 # Google OR-Tools for VRP optimization
|
|
|
|
# Message queuing
|
|
aio-pika==9.4.3
|
|
|
|
# Authentication
|
|
python-jose[cryptography]==3.3.0
|
|
cryptography==44.0.0
|
|
|
|
# Utilities
|
|
python-dateutil==2.9.0.post0
|
|
pytz==2024.2
|
|
|
|
# Monitoring
|
|
psutil==5.9.8 |