diff --git a/src/api/requirements.txt b/src/api/requirements.txt index 3af9ca916..91f2fca71 100644 --- a/src/api/requirements.txt +++ b/src/api/requirements.txt @@ -1,26 +1,26 @@ # Base packages -cachetools==6.2.1 +cachetools==6.2.4 python-dotenv==1.2.1 -fastapi==0.120.4 +fastapi==0.128.0 uvicorn[standard] pydantic[email] # Azure SDK Core -azure-core==1.36.0 +azure-core==1.37.0 requests==2.32.5 types-requests==2.32.4.20250913 aiohttp==3.13.2 # Azure Services azure-identity==1.25.1 -azure-search-documents==11.7.0b1 +azure-search-documents==11.7.0b2 azure-ai-projects==1.0.0 azure-ai-inference==1.0.0b9 -azure-cosmos==4.14.0 +azure-cosmos==4.14.3 # Additional utilities -semantic-kernel[azure]==1.37.1 -openai==2.6.1 +semantic-kernel[azure]==1.39.0 +openai==2.14.0 pyodbc==5.3.0 pandas==2.3.3 @@ -28,13 +28,13 @@ opentelemetry-exporter-otlp-proto-grpc opentelemetry-exporter-otlp-proto-http opentelemetry-exporter-otlp-proto-grpc azure-monitor-events-extension -opentelemetry-sdk==1.38.0 -opentelemetry-api==1.38.0 -opentelemetry-semantic-conventions==0.59b0 -opentelemetry-instrumentation==0.59b0 -azure-monitor-opentelemetry==1.8.1 +opentelemetry-sdk==1.39.1 +opentelemetry-api==1.39.1 +opentelemetry-semantic-conventions==0.60b1 +opentelemetry-instrumentation==0.60b1 +azure-monitor-opentelemetry==1.8.3 # Development tools -pytest==8.4.2 +pytest==9.0.2 pytest-cov==7.0.0 -pytest-asyncio==1.2.0 +pytest-asyncio==1.3.0