-
Notifications
You must be signed in to change notification settings - Fork 8
Bump langchain-core from 0.3.79 to 1.1.0 in /backend-agent #158
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
base: develop
Are you sure you want to change the base?
Bump langchain-core from 0.3.79 to 1.1.0 in /backend-agent #158
Conversation
Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 0.3.79 to 1.1.0. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-core==0.3.79...langchain-core==1.1.0) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
|
The change involves updating the dependency version for the Walkthrough
Model: gpt-4o-2024-08-06 | Prompt Tokens: 339 | Completion Tokens: 133 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's a supportive code review enhanced by AI assistance. These insights offer suggestions and possibilities rather than definitive answers, so please take what serves you best. You remain in full control of your project—AI simply provides additional perspective to support your development journey.
Always critique what AI says. Do not let AI replace YOUR I.
Model: claude-sonnet-4-20250514 | Prompt Tokens: 893 | Completion Tokens: 371
| 'langchain-community>=0.3.0,<0.4.0', | ||
| 'langchain-core>=0.3.0,<0.4.0', | ||
| 'langchain-core>=0.3.0,<1.2.0', | ||
| 'langchain-text-splitters>=0.3.0,<0.4.0', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version range change for langchain-core from <0.4.0 to <1.2.0 is inconsistent with other langchain dependencies and potentially risky. This creates a significant version mismatch where langchain-core could be at version 1.1.x while other langchain packages are constrained to 0.3.x versions.
Consider maintaining consistency across all langchain dependencies:
'langchain-core>=0.3.0,<0.4.0',If a newer version of langchain-core is specifically required, update all related langchain dependencies together to ensure compatibility:
'langchain>=0.3.0,<1.2.0',
'langchain-community>=0.3.0,<1.2.0',
'langchain-core>=0.3.0,<1.2.0',
'langchain-text-splitters>=0.3.0,<1.2.0',|
[DO NOT MERGE] - langchain v1 is not yet compatible with |
Bumps langchain-core from 0.3.79 to 1.1.0.
Release notes
Sourced from langchain-core's releases.
... (truncated)
Commits
b0bf4afrelease(core): 1.1.0 (#34063)33e5d01feat(model-profiles): distribute data across packages (#34024)ee3373achore: add more robust test for runtime injection w/ explicitargs_schema(...b296f10feat:ModelRetryMiddleware(#34027)525d5c0release(core): 1.0.7 (#34036)c4b6ba2fix(core): fix validation for input variables in f-string templates, restrict...b7d1831fix: deprecatesetattronModelCallRequest(#34022)328ba36chore(openai): skip Azure text completions tests (#34021)d47d41crelease: langchain-core 1.0.6 (#34018)32bbe99chore: Support tool runtime injection when custom args schema is prov… (#33999)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)