Skip to content

Commit

Permalink
pin version of fastapi (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush authored Oct 12, 2021
1 parent aafc701 commit 56a90a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ def _load_description() -> str:
install_requires=[
"grpcio",
"protobuf",
"fastapi",
# We pin version of fastapi
# check https://github.com/SeldonIO/MLServer/issues/340
"fastapi==0.68.2",
"uvicorn",
"orjson",
"click",
Expand Down

0 comments on commit 56a90a4

Please sign in to comment.