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

fix: pin langchain_core to <3 #1329

Merged
merged 3 commits into from
Sep 18, 2024

Conversation

jjmachan
Copy link
Member

@jjmachan jjmachan commented Sep 18, 2024

The new langchain v0.3 will break the current usage of metrics.

the plan for actions is as follows

  1. for ragas<0.2 we will pin langchain_core to <0.3
  2. for ragas>0.2 we will directly depend on pydantic>=2

fixes: #1328

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Sep 18, 2024
@jjmachan jjmachan merged commit 21e0643 into explodinggradients:main Sep 18, 2024
15 checks passed
@jjmachan jjmachan deleted the fix/pin-langchain branch September 18, 2024 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LangChain v0.3 not supported. For example, TestsetGenerator raise ExceptionInRunner with LangChain v0.3.
1 participant