Skip to content

Commit 910dcdf

Browse files
committed
pyproject.toml
1 parent 9200a4a commit 910dcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "api"
33
version = "1.0.0"
44
description = "Create a simple chat app using Quart and Azure AI Agents"
55
dependencies = [
6-
"fastapi",
6+
"fastapi==0.111.0",
77
"gunicorn==22.0.0",
88
"uvicorn[standard]==0.29.0",
99
"openai",

0 commit comments

Comments
 (0)