You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched the LangChain documentation with the integrated search.
I used the GitHub search to find a similar question and didn't find it.
I am sure that this is a bug in LangChain rather than my code.
The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package).
Example Code
The latest versions of langchain and langsmith and not compatible. I am needing to use langsmith version 0.1.147
langchain>=0.3.10
langsmith==0.2.1
Error Message and Stack Trace (if applicable)
The conflict is caused by:
The user requested langsmith==0.2.1
langchain 0.3.10 depends on langsmith<0.2.0 and >=0.1.17
The user requested langsmith==0.2.1
langchain 0.3.10 depends on langsmith<0.2.0 and >=0.1.17
Description
I am trying to use langchain version 0.3.10 with langsmith 0.2.1 but langchain requires langsmith to be version 0.2.0 or below
System Info
System Information
OS: Windows
OS Version: 10.0.22631
Python Version: 3.13.1 (tags/v3.13.1:0671451, Dec 3 2024, 19:06:28) [MSC v.1942 64 bit (AMD64)]
Checked other resources
Example Code
The latest versions of langchain and langsmith and not compatible. I am needing to use langsmith version
0.1.147
Error Message and Stack Trace (if applicable)
The conflict is caused by:
The user requested langsmith==0.2.1
langchain 0.3.10 depends on langsmith<0.2.0 and >=0.1.17
The user requested langsmith==0.2.1
langchain 0.3.10 depends on langsmith<0.2.0 and >=0.1.17
Description
I am trying to use langchain version
0.3.10
with langsmith0.2.1
but langchain requires langsmith to be version 0.2.0 or belowSystem Info
System Information
Package Information
Optional packages not installed
Other Dependencies
The text was updated successfully, but these errors were encountered: