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

ci: ensure type ignores in langchain tests run across all versions of langchain #460

Merged
merged 2 commits into from
May 14, 2024

Conversation

axiomofjoy
Copy link
Contributor

@axiomofjoy axiomofjoy commented May 14, 2024

The issue is that our type ignores are required on the old version of LangChain, but not required on the new version of LangChain. If we include the type ignore, the new version of LangChain complains about an usused type ignore. Found the solution here.

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 14, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label May 14, 2024
@axiomofjoy axiomofjoy changed the title fix: remove unused type ignores from langchain tests ci: ensure type ignores in langchain tests run across all versions of langchain May 14, 2024
@axiomofjoy axiomofjoy merged commit 3aa9ef6 into main May 14, 2024
4 of 5 checks passed
@axiomofjoy axiomofjoy deleted the fix-langchain-types branch May 14, 2024 20:27
@axiomofjoy
Copy link
Contributor Author

This issue resolves only one of several issues causing CI to fail. Merging for now, will resolve the other issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants