Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions src/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
# Base packages
cachetools==7.1.4
cachetools==7.1.6
python-dotenv==1.2.2
fastapi==0.136.3
uvicorn[standard]==0.48.0
fastapi==0.140.13
uvicorn[standard]==0.52.0
pydantic[email]==2.13.4

# Azure SDK Core
azure-core==1.41.0
requests==2.34.2
types-requests==2.33.0.20260518
aiohttp==3.14.0
types-requests==2.33.0.20260712
aiohttp==3.14.3

# Azure Services
azure-identity==1.25.3
azure-search-documents==12.0.0
azure-ai-projects==2.2.0
azure-ai-projects==2.4.0
azure-ai-agents==1.2.0b6
agent-framework-core==1.7.0
agent-framework-core==1.12.1
agent-framework-azure-ai==1.0.0rc6
azure-cosmos==4.16.1
azure-cosmos==4.16.2

# Additional utilities
openai==2.40.0
openai==2.50.0
pyodbc==5.3.0
pandas==3.0.3
pandas==3.0.5

opentelemetry-exporter-otlp-proto-grpc==1.42.1
opentelemetry-exporter-otlp-proto-http==1.42.1
opentelemetry-exporter-otlp-proto-grpc==1.44.0
opentelemetry-exporter-otlp-proto-http==1.44.0
azure-monitor-events-extension==0.1.0
opentelemetry-sdk==1.42.1
opentelemetry-api==1.42.1
opentelemetry-semantic-conventions==0.63b1
opentelemetry-instrumentation==0.63b1
azure-monitor-opentelemetry==1.8.8
opentelemetry-sdk==1.44.0
opentelemetry-api==1.44.0
opentelemetry-semantic-conventions==0.65b0
opentelemetry-instrumentation==0.65b0
azure-monitor-opentelemetry==1.8.9

# Development tools
pytest==9.0.3
pytest==9.1.1
pytest-cov==7.1.0
pytest-asyncio==1.4.0
Loading