Replies: 4 comments 2 replies
-
Currently, LangChain depends on Tenacity langchain/libs/community/pyproject.toml Line 39 in 583b044 |
Beta Was this translation helpful? Give feedback.
-
Same issue now, with graphrag requiring >9.0.0 |
Beta Was this translation helpful? Give feedback.
-
We opened an PR that may solve this issue: #27201 |
Beta Was this translation helpful? Give feedback.
-
Edit: PR #27201 is not yet included in langchain@ As a temporary workaround, it is possible to clone the langchain repo add packages as local dependencies poetry add <path-to-repo>/libs/langchain
poetry add <path-to-repo>/libs/community
poetry add <path-to-repo>/libs/core |
Beta Was this translation helpful? Give feedback.
-
Checked other resources
Commit to Help
Example Code
Description
I'm trying to use the Langchain (mostly loaders, core and community) with Microsoft's GraphRAG, but when I try to install both of them together, I get
Are any plans for Langchain update
tenacity
to9.0.0
?System Info
I'm using Gitpod (Linux) with Python at
3.12.4
.langchain==0.2.12
langchain-cohere==0.2.0
langchain-community==0.2.11
langchain-core==0.2.33
langchain-experimental==0.0.64
langchain-openai==0.1.20
langchain-pinecone==0.1.3
langchain-text-splitters==0.2.2
Beta Was this translation helpful? Give feedback.
All reactions