Skip to content

Commit aae6a2a

Browse files
updated the version in the requirements.txt
1 parent 8b9615b commit aae6a2a

1 file changed

Lines changed: 34 additions & 26 deletions

File tree

src/backend/requirements.txt

Lines changed: 34 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,42 @@
1-
fastapi
2-
uvicorn
3-
autogen-agentchat==0.7.5
4-
azure-cosmos
5-
azure-monitor-opentelemetry
6-
azure-monitor-events-extension
7-
azure-identity
8-
python-dotenv
9-
python-multipart
10-
opentelemetry-api
11-
opentelemetry-sdk
12-
opentelemetry-exporter-otlp-proto-grpc
13-
opentelemetry-instrumentation-fastapi
14-
opentelemetry-instrumentation-openai
15-
opentelemetry-exporter-otlp-proto-http
1+
fastapi==0.116.1
2+
uvicorn==0.35.0
3+
azure-cosmos==4.9.0
4+
azure-monitor-opentelemetry==1.8.5
5+
azure-monitor-events-extension==0.1.0
6+
azure-identity==1.24.0
7+
python-dotenv==1.1.1
8+
python-multipart==0.0.22
9+
opentelemetry-api==1.39.0
10+
opentelemetry-sdk==1.39.0
11+
opentelemetry-exporter-otlp-proto-grpc==1.39.0
12+
opentelemetry-exporter-otlp-proto-http==1.39.0
13+
opentelemetry-instrumentation-fastapi==0.60b0
14+
opentelemetry-instrumentation-openai==0.46.2
1615

17-
semantic-kernel[azure]==1.39.4
18-
azure-ai-projects==1.0.0
19-
openai==1.105.0
20-
azure-ai-inference==1.0.0b9
21-
azure-search-documents
22-
azure-ai-evaluation
16+
azure-ai-projects==2.0.0
17+
openai==2.16.0
18+
azure-ai-inference==1.0.0b9
19+
azure-search-documents==11.5.3
20+
azure-ai-evaluation==1.11.0
21+
azure-core==1.38.0
2322

24-
opentelemetry-exporter-otlp-proto-grpc
25-
26-
# Date and internationalization
27-
babel>=2.9.0
23+
agent-framework-azure-ai==1.0.0rc4
24+
agent-framework-core==1.0.0rc4
25+
agent-framework-orchestrations==1.0.0b260311
2826

27+
mcp==1.26.0
28+
werkzeug==3.1.5
29+
pylint-pydantic==0.3.5
30+
pexpect==4.9.0
31+
urllib3==2.6.3
32+
protobuf==5.29.6
33+
cryptography==46.0.5
34+
aiohttp==3.13.3
35+
pyasn1==0.6.2
36+
nltk==3.9.3
2937

3038
# Testing tools
31-
pytest>=8.2,<9 # Compatible version for pytest-asyncio
39+
pytest==8.4.1
3240
pytest-asyncio==0.24.0
3341
pytest-cov==5.0.0
3442

0 commit comments

Comments
 (0)