-
Notifications
You must be signed in to change notification settings - Fork 261
Expand file tree
/
Copy pathrequirements.txt
More file actions
40 lines (35 loc) · 879 Bytes
/
requirements.txt
File metadata and controls
40 lines (35 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Base packages
cachetools==6.2.6
python-dotenv==1.2.1
fastapi==0.128.0
uvicorn[standard]==0.40.0
pydantic[email]==2.11.10
# Azure SDK Core
azure-core==1.38.0
requests==2.33.0
types-requests==2.33.0.20260408
aiohttp==3.13.4
# Azure Services
azure-identity==1.25.2
azure-search-documents==11.6.0
azure-ai-projects==2.0.0b3
azure-ai-agents==1.2.0b5
agent-framework-core==1.0.0rc2
agent-framework-azure-ai==1.0.0rc2
azure-cosmos==4.15.0
# Additional utilities
openai==2.24.0
pyodbc==5.3.0
pandas==3.0.1
opentelemetry-exporter-otlp-proto-grpc==1.39.0
opentelemetry-exporter-otlp-proto-http==1.39.0
azure-monitor-events-extension==0.1.0
opentelemetry-sdk==1.39.0
opentelemetry-api==1.39.0
opentelemetry-semantic-conventions==0.60b0
opentelemetry-instrumentation==0.60b0
azure-monitor-opentelemetry==1.8.3
# Development tools
pytest==9.0.3
pytest-cov==7.0.0
pytest-asyncio==1.3.0