Skip to content

Commit

Permalink
[Installation] Gate FastAPI version for Python 3.8 (#8456)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 authored Sep 13, 2024
1 parent a246912 commit ecd7a1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ py-cpuinfo
transformers >= 4.43.2 # Required for Chameleon and Llama 3.1 hotfox.
tokenizers >= 0.19.1 # Required for Llama 3.
protobuf # Required by LlamaTokenizer.
fastapi >= 0.114.1
fastapi < 0.113.0; python_version < '3.9'
fastapi >= 0.114.1; python_version >= '3.9'
aiohttp
openai >= 1.40.0 # Ensure modern openai package (ensure types module present)
uvicorn[standard]
Expand Down

0 comments on commit ecd7a1d

Please sign in to comment.