Bump to LangChain 1.1, update dependencies, and bump version#3
Merged
NormallyGaussian merged 2 commits intomainfrom Dec 1, 2025
Merged
Bump to LangChain 1.1, update dependencies, and bump version#3NormallyGaussian merged 2 commits intomainfrom
NormallyGaussian merged 2 commits intomainfrom
Conversation
anshultomar746
approved these changes
Dec 1, 2025
Collaborator
anshultomar746
left a comment
There was a problem hiding this comment.
Could you run the tests once to see if everything works
Unit Tests Only (Recommended for Development)
# Run unit tests with network disabled
poetry run pytest --disable-socket --allow-unix-socket --asyncio-mode=auto tests/unit_tests/ -vIntegration Tests (Requires API Key)
# Set your API key first
export PARALLEL_API_KEY="your-actual-api-key-here"
# Run integration tests
poetry run pytest --asyncio-mode=auto tests/integration_tests/ -v
Collaborator
Author
|
@anshultomar746 I ran unit and integration tests successfully. I bumped the timeout for the extract API in integration tests as it was flakey. Fixed the GitHub action, too, so the unit tests should run on PRs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
LangChain 1.x was released in October, but
langchain-parallelis incompatible. Bumping dependencies to match what is in the open source package. https://blog.langchain.com/langchain-langgraph-1dot0/