what stable versions to use for below packages? #31297
Replies: 1 comment
-
To resolve the dependency conflict, you need to adjust the version of
The conflict arises because To ensure compatibility, you can either:
If you choose the second option, you will need to check if a newer version of To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
!pip install langchain-openai==0.3.17 langchain==0.3.25 langgraph==0.0.33 langchain-core==0.3.60 langchain-community==0.3.22
Collecting langchain-openai==0.3.17
Using cached langchain_openai-0.3.17-py3-none-any.whl.metadata (2.3 kB)
ERROR: Cannot install langchain-core==0.3.60, langchain-openai==0.3.17, langchain==0.3.25 and langgraph==0.0.33 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested langchain-core==0.3.60
langchain-openai 0.3.17 depends on langchain-core<1.0.0 and >=0.3.59
langchain 0.3.25 depends on langchain-core<1.0.0 and >=0.3.58
langgraph 0.0.33 depends on langchain-core<0.2.0 and >=0.1.38
Beta Was this translation helpful? Give feedback.
All reactions