Update requirements and insfra versions

This commit is contained in:
Urtzi Alfaro
2025-10-17 23:09:40 +02:00
parent 7e089b80cf
commit 312e36c893
81 changed files with 524 additions and 476 deletions

View File

@@ -1,63 +1,62 @@
# Recipe Service Dependencies
# FastAPI and server
fastapi==0.104.1
uvicorn==0.24.0
fastapi==0.119.0
uvicorn[standard]==0.32.1
python-multipart==0.0.6
# Database
sqlalchemy==2.0.23
psycopg2-binary==2.9.9
asyncpg==0.29.0
alembic==1.12.1
sqlalchemy==2.0.44
psycopg2-binary==2.9.10
asyncpg==0.30.0
alembic==1.17.0
# Data validation
pydantic==2.5.0
pydantic-settings==2.0.3
email-validator==2.1.0
pydantic==2.12.3
pydantic-settings==2.7.1
email-validator==2.2.0
# HTTP requests
httpx==0.25.2
requests==2.31.0
httpx==0.28.1
requests==2.32.3
# Async support
asyncio-mqtt==0.16.1
aiofiles==23.2.1
asyncio-mqtt==0.16.2
aiofiles==24.1.0
# Messaging
aio-pika==9.3.1
aio-pika==9.4.3
# Caching (optional)
redis==5.0.1
# Caching
redis==6.4.0
python-redis-cache==0.1.0
# Monitoring and logging
structlog==23.2.0
python-json-logger==2.0.4
prometheus-client==0.19.0
structlog==25.4.0
python-json-logger==3.3.0
prometheus-client==0.23.1
# Date/time handling
python-dateutil==2.8.2
pytz==2023.3
python-dateutil==2.9.0.post0
pytz==2024.2
# Data processing
pandas==2.1.3
numpy==1.25.2
pandas==2.2.3
numpy==2.2.2
# Authentication and security
python-jose[cryptography]==3.3.0
python-multipart==0.0.6
passlib[bcrypt]==1.7.4
cryptography==44.0.0
# Environment management
python-dotenv==1.0.0
python-dotenv==1.0.1
# Testing
pytest==7.4.3
pytest-asyncio==0.21.1
httpx==0.25.2
pytest==8.3.4
pytest-asyncio==0.25.2
# Development
black==23.11.0
flake8==6.1.0
mypy==1.7.1
black==24.10.0
flake8==7.1.1
mypy==1.14.1