-
Notifications
You must be signed in to change notification settings - Fork 709
Expand file tree
/
Copy pathpyproject.toml
More file actions
48 lines (47 loc) · 1.32 KB
/
Copy pathpyproject.toml
File metadata and controls
48 lines (47 loc) · 1.32 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
45
46
47
48
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"azure-ai-evaluation==1.16.6",
"azure-ai-inference==1.0.0b9",
"azure-ai-projects==2.1.0",
"azure-cosmos==4.15.0",
"azure-identity==1.25.3",
"azure-monitor-events-extension==0.1.0",
"azure-monitor-opentelemetry==1.8.7",
"azure-search-documents==11.6.0",
"fastapi==0.136.1",
"openai==2.33.0",
"opentelemetry-api==1.40.0",
"opentelemetry-exporter-otlp-proto-grpc==1.40.0",
"opentelemetry-exporter-otlp-proto-http==1.40.0",
"opentelemetry-instrumentation-fastapi==0.61b0",
"opentelemetry-instrumentation-openai==0.60.0",
"opentelemetry-sdk==1.40.0",
"python-dotenv==1.2.2",
"python-multipart==0.0.27",
"uvicorn==0.46.0",
"pylint-pydantic==0.4.1",
"pexpect==4.9.0",
"mcp==1.27.0",
"werkzeug==3.1.8",
"azure-core==1.40.0",
"agent-framework-azure-ai==1.0.0rc4",
"agent-framework-core==1.0.0rc4",
"agent-framework-orchestrations==1.0.0b260311",
"urllib3==2.7.0",
"protobuf==6.33.6",
"cryptography==47.0.0",
"aiohttp==3.14.0",
"pyasn1==0.6.3",
"nltk==3.9.4",
]
[project.optional-dependencies]
dev = [
"pytest==9.0.3",
"pytest-asyncio==1.3.0",
"pytest-cov==7.1.0",
]