"vscode:/vscode.git/clone" did not exist on "8097591286909deb2da2e7abf3eeae0560f5be66"
Unverified Commit ecd7a1d5 authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

[Installation] Gate FastAPI version for Python 3.8 (#8456)

parent a2469127
......@@ -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]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment