Skip to content

Commit

Permalink
fix tenacity confilct with GraphRAG
Browse files Browse the repository at this point in the history
This should fixes the compatibility issue with graprag as in
microsoft/graphrag#929
  • Loading branch information
eriklee1895 authored Nov 8, 2024
1 parent 6ed87aa commit fd87f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama-index-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ nest-asyncio = "^1.5.8"
nltk = ">3.8.1"
numpy = "<2.0.0" # Pin until we adapt to Numpy v2
python = ">=3.8.1,<4.0"
tenacity = ">=8.2.0,!=8.4.0,<9.0.0" # Avoid 8.4.0 which lacks tenacity.asyncio
tenacity = ">=8.2.0,!=8.4.0,<10" # Avoid 8.4.0 which lacks tenacity.asyncio
tiktoken = ">=0.3.3"
typing-extensions = ">=4.5.0"
typing-inspect = ">=0.8.0"
Expand Down

0 comments on commit fd87f9e

Please sign in to comment.