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

patch to upgrade langchain version #861

Closed
wants to merge 1 commit into from

Conversation

HaoXuAI
Copy link

@HaoXuAI HaoXuAI commented Jun 26, 2024

fix: #856

@dlqqq
Copy link
Member

dlqqq commented Jul 14, 2024

@HaoXuAI Thank you for making a contribution! The CI on this branch is failing because jupyter_ai_magics directly imports from langchain_community, which is not automatically being updated as langchain~=0.2.0 no longer depends on langchain_community.

I've fixed this in PR #897, which adds a direct dependency on langchain_community. Since this PR is very short, I'll close this in favor of #897 so the dependency upgrade can be merged & released more quickly.

Your contributions are always welcome, thank you!

@dlqqq dlqqq closed this Jul 14, 2024
@HaoXuAI
Copy link
Author

HaoXuAI commented Jul 14, 2024

@HaoXuAI Thank you for making a contribution! The CI on this branch is failing because jupyter_ai_magics directly imports from langchain_community, which is not automatically being updated as langchain~=0.2.0 no longer depends on langchain_community.

I've fixed this in PR #897, which adds a direct dependency on langchain_community. Since this PR is very short, I'll close this in favor of #897 so the dependency upgrade can be merged & released more quickly.

Your contributions are always welcome, thank you!

awesome thanks!

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

Successfully merging this pull request may close these issues.

Support langchain > 0.2
2 participants