fix: limit fastapi version (#229)
This commit is contained in:
committed by
GitHub
parent
4b0b28227d
commit
e2ed3564ce
@@ -30,8 +30,11 @@ dependencies = [
|
||||
"langchain>=0.1.16,<0.2.0",
|
||||
"langchain-community>=0.0.34,<0.1.0",
|
||||
"langchain-openai>=0.1.4,<0.2.0",
|
||||
"langchain-anthropic",
|
||||
"langchain-google-genai",
|
||||
"llama-hub>=0.0.79,<0.1.0",
|
||||
"llama-index>=0.10.40,<0.11.0",
|
||||
"fastapi<=0.112.1",
|
||||
"llama-index-vector-stores-chroma>=0.1.9",
|
||||
"llama-index-vector-stores-lancedb",
|
||||
"llama-index-vector-stores-milvus",
|
||||
|
Reference in New Issue
Block a user