Skip to content

Commit 6991154

Browse files
committed
add fastapi restriction
1 parent 704deb0 commit 6991154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ requires-python = ">=3.9"
3131
dependencies =[
3232
"numpy",
3333
"pandas",
34-
"fastapi",
34+
"fastapi>0.93",
3535
"pydantic>2",
3636
"joblib",
3737
"uvicorn",

0 commit comments

Comments
 (0)