Skip to content
Snippets Groups Projects
Unverified Commit 8b371d83 authored by Huu Le's avatar Huu Le Committed by GitHub
Browse files

chore: fix incompatible with pydantic (#442)

parent 30fe2695
No related branches found
No related tags found
No related merge requests found
---
"create-llama": patch
---
Set pydantic version to <2.10 to avoid incompatibility with llama-index.
......@@ -13,6 +13,7 @@ python = "^3.11,<4.0"
fastapi = "^0.109.1"
uvicorn = { extras = ["standard"], version = "^0.23.2" }
python-dotenv = "^1.0.0"
pydantic = "<2.10"
llama-index = "^0.11.1"
cachetools = "^5.3.3"
reflex = "^0.6.2.post1"
......
......@@ -16,6 +16,7 @@ python = ">=3.11,<3.14"
fastapi = "^0.109.1"
uvicorn = { extras = ["standard"], version = "^0.23.2" }
python-dotenv = "^1.0.0"
pydantic = "<2.10"
aiostream = "^0.5.2"
cachetools = "^5.3.3"
llama-index = "^0.11.17"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment