Skip to content

Commit 9200a4a

Browse files
committed
fixed pyproject
1 parent 103532b commit 9200a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "get-started-with-ai-agents"
2+
name = "api"
33
version = "1.0.0"
44
description = "Create a simple chat app using Quart and Azure AI Agents"
55
dependencies = [
@@ -13,7 +13,7 @@ dependencies = [
1313
"azure-ai-projects",
1414
"azure-core-tracing-opentelemetry",
1515
"azure-monitor-opentelemetry",
16-
"aazure-search-documents"
16+
"azure-search-documents"
1717
]
1818

1919
[build-system]

0 commit comments

Comments
 (0)