Update requirements and insfra versions
This commit is contained in:
@@ -1,54 +1,54 @@
|
||||
# services/training/requirements.txt
|
||||
# FastAPI and server
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
fastapi==0.119.0
|
||||
uvicorn[standard]==0.32.1
|
||||
python-multipart==0.0.6
|
||||
|
||||
# Database
|
||||
sqlalchemy==2.0.23
|
||||
asyncpg==0.29.0
|
||||
alembic==1.12.1
|
||||
psycopg2-binary==2.9.9
|
||||
sqlalchemy==2.0.44
|
||||
asyncpg==0.30.0
|
||||
alembic==1.17.0
|
||||
psycopg2-binary==2.9.10
|
||||
|
||||
# ML libraries
|
||||
prophet==1.1.5
|
||||
scikit-learn==1.3.2
|
||||
pandas==2.1.3
|
||||
numpy==1.24.4
|
||||
joblib==1.3.2
|
||||
prophet==1.1.6
|
||||
scikit-learn==1.6.1
|
||||
pandas==2.2.3
|
||||
numpy==2.2.2
|
||||
joblib==1.4.2
|
||||
|
||||
# HTTP client
|
||||
httpx==0.25.2
|
||||
httpx==0.28.1
|
||||
|
||||
# Validation
|
||||
pydantic==2.5.0
|
||||
pydantic-settings==2.1.0
|
||||
pydantic==2.12.3
|
||||
pydantic-settings==2.7.1
|
||||
email-validator==2.2.0
|
||||
|
||||
# Authentication
|
||||
python-jose[cryptography]==3.3.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
python-multipart==0.0.6
|
||||
cryptography==44.0.0
|
||||
|
||||
# Messaging
|
||||
aio-pika==9.3.1
|
||||
aio-pika==9.4.3
|
||||
|
||||
# Monitoring and logging
|
||||
structlog==23.2.0
|
||||
prometheus-client==0.19.0
|
||||
structlog==25.4.0
|
||||
prometheus-client==0.23.1
|
||||
|
||||
# Development and testing
|
||||
pytest==7.4.3
|
||||
pytest-asyncio==0.21.1
|
||||
pytest-mock==3.12.0
|
||||
httpx==0.25.2
|
||||
pytest-cov==4.1.0
|
||||
coverage==7.3.2
|
||||
psutil==5.9.0
|
||||
pytest==8.3.4
|
||||
pytest-asyncio==0.25.2
|
||||
pytest-mock==3.14.0
|
||||
pytest-cov==6.0.0
|
||||
coverage==7.6.9
|
||||
psutil==6.1.1
|
||||
|
||||
# Utilities
|
||||
python-dateutil==2.8.2
|
||||
pytz==2023.3
|
||||
python-dateutil==2.9.0.post0
|
||||
pytz==2024.2
|
||||
|
||||
# Hyperparameter optimization
|
||||
optuna==3.4.0
|
||||
redis==5.0.1
|
||||
optuna==4.2.0
|
||||
redis==6.4.0
|
||||
|
||||
Reference in New Issue
Block a user