Skip to content

Commit 7d603e8

Browse files
committed
up fastapi version
1 parent 7772614 commit 7d603e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class PyPackage:
3333
data=["git_command.exp"],
3434
),
3535
"refact_webgui": PyPackage(
36-
requires=["aiohttp", "aiofiles", "cryptography", "fastapi==0.100.0", "giturlparse", "pydantic>=2",
36+
requires=["aiohttp", "aiofiles", "cryptography", "fastapi>=0.111.0", "giturlparse", "pydantic>=2",
3737
"starlette==0.27.0", "uvicorn", "uvloop", "termcolor", "python-multipart", "more_itertools",
3838
"scyllapy==1.3.0", "pandas>=2.0.3", "litellm>=1.55.3"],
3939
requires_packages=["refact_known_models", "refact_utils"],

0 commit comments

Comments
 (0)