Skip to content

Commit 103532b

Browse files
committed
fix pyproject
1 parent 46d3aab commit 103532b

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,13 +1,13 @@
11
[project]
2-
name = "quartapp"
2+
name = "get-started-with-ai-agents"
33
version = "1.0.0"
44
description = "Create a simple chat app using Quart and Azure AI Agents"
55
dependencies = [
66
"fastapi",
77
"gunicorn==22.0.0",
88
"uvicorn[standard]==0.29.0",
99
"openai",
10-
"azure-ai-inference[prompts]"
10+
"azure-ai-inference[prompts]",
1111
"azure-identity==1.19.0",
1212
"aiohttp==3.11.1",
1313
"azure-ai-projects",

0 commit comments

Comments
 (0)