Skip to content

Commit

Permalink
bk
Browse files Browse the repository at this point in the history
  • Loading branch information
jialeicui committed Oct 19, 2023
1 parent 2bf6686 commit ec31ab3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"psutil>=5.5.0",
"GitPython>=3.1.24",
"filelock",
"fastapi",
# fastapi do not support Python 3.7 from 0.104.0
# https://github.com/tiangolo/fastapi/pull/10442
"fastapi<0.104.0",
"protobuf>=3.19.0",
"types-protobuf>=3.19.0",
"lz4>=3.1.10",
Expand Down

0 comments on commit ec31ab3

Please sign in to comment.