Skip to content

fix(langchain): bump minimum langchain-core to 0.3.73#35608

Merged
Eugene Yurtsev (eyurtsev) merged 1 commit intov0.3from
bump-core-min
Mar 6, 2026
Merged

fix(langchain): bump minimum langchain-core to 0.3.73#35608
Eugene Yurtsev (eyurtsev) merged 1 commit intov0.3from
bump-core-min

Conversation

@eyurtsev
Copy link
Copy Markdown
Collaborator

The within-batch deduplication fix (langchain-core 0.3.73, #32273) changed num_skipped counting in the indexing API. Tests in libs/langchain were updated to expect the new behavior, but the minimum version was left at 0.3.72, causing pre-release checks to fail.

Created with Deep Agents CLI.

The within-batch deduplication fix (langchain-core 0.3.73) changed
num_skipped counting in the indexing API. Tests in libs/langchain
were updated to expect the new behavior, but the minimum version
was left at 0.3.72, causing pre-release checks to fail.
@github-actions github-actions bot added fix For PRs that implement a fix dependencies Pull requests that update a dependency file (e.g. `pyproject.toml` or `uv.lock`) langchain-classic `langchain-classic` package issues & PRs internal and removed fix For PRs that implement a fix labels Mar 6, 2026
@eyurtsev Eugene Yurtsev (eyurtsev) marked this pull request as ready for review March 6, 2026 22:36
Copilot AI review requested due to automatic review settings March 6, 2026 22:36
@eyurtsev Eugene Yurtsev (eyurtsev) enabled auto-merge (squash) March 6, 2026 22:37
@eyurtsev Eugene Yurtsev (eyurtsev) merged commit 4fe869f into v0.3 Mar 6, 2026
40 checks passed
@eyurtsev Eugene Yurtsev (eyurtsev) deleted the bump-core-min branch March 6, 2026 22:38
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates libs/langchain’s minimum required langchain-core version to align with test expectations after the indexing num_skipped counting behavior change introduced in langchain-core==0.3.73.

Changes:

  • Bump langchain-core minimum version from 0.3.72 to 0.3.73 in libs/langchain packaging dependencies.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file (e.g. `pyproject.toml` or `uv.lock`) internal langchain-classic `langchain-classic` package issues & PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants