Skip to content

Conversation

@NormallyGaussian
Copy link
Collaborator

LangChain 1.x was released in October, but langchain-parallel is incompatible. Bumping dependencies to match what is in the open source package. https://blog.langchain.com/langchain-langgraph-1dot0/

Copy link
Collaborator

@anshultomar746 anshultomar746 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/ -v

Integration 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

@NormallyGaussian
Copy link
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.

@NormallyGaussian NormallyGaussian merged commit 355dfb3 into main Dec 1, 2025
6 checks passed
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.

3 participants