Bump langchain from 0.3.27 to 1.1.0 in /backend-agent#160
Bump langchain from 0.3.27 to 1.1.0 in /backend-agent#160dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.3.27 to 1.1.0. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain==0.3.27...langchain==1.1.0) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
This change updates the version constraint for the Walkthrough
Model: gpt-4o-2024-08-06 | Prompt Tokens: 341 | Completion Tokens: 151 |
There was a problem hiding this comment.
Here's a supportive code review enhanced with AI assistance. These insights offer suggestions and potential improvements, though they're not absolute truths—trust your expertise and judgment. You remain the decision-maker while AI serves as a collaborative tool to help identify opportunities and possibilities. Use whatever resonates with your goals and project needs.
Always critique what AI says. Do not let AI replace YOUR I.
Model: claude-sonnet-4-20250514 | Prompt Tokens: 893 | Completion Tokens: 355
| 'langchain>=0.3.0,<1.2.0', | ||
| 'langchain-community>=0.3.0,<0.4.0', | ||
| 'langchain-core>=0.3.0,<0.4.0', | ||
| 'langchain-text-splitters>=0.3.0,<0.4.0', |
There was a problem hiding this comment.
Version constraint inconsistency detected. The langchain package allows versions up to <1.2.0, but related packages (langchain-community, langchain-core, langchain-text-splitters) are constrained to <0.4.0. This creates a potential compatibility issue where langchain could be upgraded to a version that's incompatible with its dependencies.
Consider aligning all langchain-related packages to use consistent version ranges:
'langchain>=0.3.0,<0.4.0',
'langchain-community>=0.3.0,<0.4.0',
'langchain-core>=0.3.0,<0.4.0',
'langchain-text-splitters>=0.3.0,<0.4.0',Or if you need the newer langchain version, update all related packages accordingly to maintain compatibility.
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
|
[DO NOT MERGE] - langchain v1 is not yet compatible with |
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
4 similar comments
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
Bumps langchain from 0.3.27 to 1.1.0.
Release notes
Sourced from langchain's releases.
... (truncated)
Commits
9c21f83release(langchain): 1.1 (#34090)880652brelease: (integration packages): 1.1 (#34088)4ab9457feat(langchain): supportSystemMessageincreate_agent'ssystem_prompt...eb0545arelease: (integration packages) 1.1 (#34087)a2e389drelease(fireworks): 1.1 (#34086)01573c1fix(core):ensure_ascii=FalseinPydanticOutputParserexception formattin...2ba3ce8fix(openai): make GPT-5 temperature validation case-insensitive (#34012)2a86372fix(infra,core): nits (#34079)30e2260fix(core): Decouple provider prefix from model name in init_chat_mode… (#34046)cbaea35style(core,langchain-classic,openai): fix griffe warnings (#34074)You can trigger a rebase of this PR 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)