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
44 changes: 22 additions & 22 deletions src/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
# Base packages
cachetools==6.1.0
python-dotenv==1.1.1
fastapi==0.116.1
cachetools==6.2.1
python-dotenv==1.2.1
fastapi==0.120.4
uvicorn[standard]
pydantic[email]

# Azure SDK Core
azure-core==1.35.0
requests==2.32.4
types-requests==2.32.4.20250611
aiohttp==3.12.15
azure-core==1.36.0
requests==2.32.5
types-requests==2.32.4.20250913
aiohttp==3.13.2

# Azure Services
azure-identity==1.23.1
azure-search-documents==11.6.0b12
azure-identity==1.25.1
azure-search-documents==11.7.0b1
azure-ai-projects==1.0.0
azure-ai-inference==1.0.0b9
azure-cosmos==4.9.0
azure-cosmos==4.14.0

# Additional utilities
semantic-kernel[azure]==1.32.2
openai==1.98.0
pyodbc==5.2.0
pandas==2.3.1
semantic-kernel[azure]==1.37.1
openai==2.6.1
pyodbc==5.3.0
pandas==2.3.3

opentelemetry-exporter-otlp-proto-grpc
opentelemetry-exporter-otlp-proto-http
opentelemetry-exporter-otlp-proto-grpc
azure-monitor-events-extension
opentelemetry-sdk==1.36.0
opentelemetry-api==1.36.0
opentelemetry-semantic-conventions==0.57b0
opentelemetry-instrumentation==0.57b0
azure-monitor-opentelemetry==1.6.13
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

# Development tools
pytest==8.4.1
pytest-cov==6.2.1
pytest-asyncio==1.1.0
pytest==8.4.2
pytest-cov==7.0.0
pytest-asyncio==1.2.0
Loading