-
Notifications
You must be signed in to change notification settings - Fork 648
Expand file tree
/
Copy pathpyproject.toml
More file actions
44 lines (44 loc) · 1.28 KB
/
pyproject.toml
File metadata and controls
44 lines (44 loc) · 1.28 KB
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
41
42
43
44
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"azure-ai-evaluation==1.11.0",
"azure-ai-inference==1.0.0b9",
"azure-ai-projects==2.0.0",
"azure-cosmos==4.9.0",
"azure-identity==1.24.0",
"azure-monitor-events-extension==0.1.0",
"azure-monitor-opentelemetry==1.8.5",
"azure-search-documents==11.5.3",
"fastapi==0.135.2",
"openai==2.16.0",
"opentelemetry-api==1.39.0",
"opentelemetry-exporter-otlp-proto-grpc==1.39.0",
"opentelemetry-exporter-otlp-proto-http==1.39.0",
"opentelemetry-instrumentation-fastapi==0.60b0",
"opentelemetry-instrumentation-openai==0.46.2",
"opentelemetry-sdk==1.39.0",
"pytest==8.4.1",
"pytest-asyncio==0.24.0",
"pytest-cov==5.0.0",
"python-dotenv==1.1.1",
"python-multipart==0.0.22",
"uvicorn==0.35.0",
"pylint-pydantic==0.3.5",
"pexpect==4.9.0",
"mcp==1.26.0",
"werkzeug==3.1.5",
"azure-core==1.38.0",
"agent-framework-azure-ai==1.0.0rc4",
"agent-framework-core==1.0.0rc4",
"agent-framework-orchestrations==1.0.0b260311",
"urllib3==2.6.3",
"protobuf==5.29.6",
"cryptography==46.0.6",
"aiohttp==3.13.3",
"pyasn1==0.6.3",
"nltk==3.9.4",
]