Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

langchain 0.3.10 does not support langsmith >=0.2.0 #28635

Open
5 tasks done
tjmcdonough opened this issue Dec 9, 2024 · 1 comment
Open
5 tasks done

langchain 0.3.10 does not support langsmith >=0.2.0 #28635

tjmcdonough opened this issue Dec 9, 2024 · 1 comment

Comments

@tjmcdonough
Copy link

Checked other resources

  • I added a very descriptive title to this issue.
  • 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)]

Package Information

langchain_core: 0.3.22
langchain: 0.3.10
langsmith: 0.1.147
langchain_anthropic: 0.3.0
langchain_google_genai: 2.0.6
langchain_openai: 0.2.11
langchain_text_splitters: 0.3.2
langchain_weaviate: 0.1.0.dev1

Optional packages not installed

langserve

Other Dependencies

aiohttp: 3.11.9
anthropic: 0.40.0
async-timeout: Installed. No version info available.
defusedxml: 0.7.1
filetype: 1.2.0
google-generativeai: 0.8.3
httpx: 0.27.0
jsonpatch: 1.33
langsmith-pyo3: Installed. No version info available.
numpy: 1.26.4
openai: 1.57.1
orjson: 3.10.12
packaging: 24.2
pydantic: 2.10.3
PyYAML: 6.0.2
requests: 2.32.3
requests-toolbelt: 1.0.0
simsimd: 6.2.1
SQLAlchemy: 2.0.36
tenacity: 9.0.0
tiktoken: 0.8.0
typing-extensions: 4.12.2
weaviate-client: 4.9.6

@langcarl langcarl bot added the investigate label Dec 9, 2024
@ccurme
Copy link
Collaborator

ccurme commented Dec 9, 2024

Resolved by #28598

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants