Skip to content

Commit 5c4b519

Browse files
committed
Set max fastapi for now
1 parent 3bec8cb commit 5c4b519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
dependencies = [
3232
"aiohttp",
3333
"defusedxml", # For safely parsing XML files
34-
"fastapi[standard-no-fastapi-cloud-cli]>=0.116.0",
34+
"fastapi[standard-no-fastapi-cloud-cli]>=0.116.0,<0.128.1",
3535
"pydantic>=2",
3636
"pydantic-settings",
3737
"python-jose",

0 commit comments

Comments
 (0)