Bump langgraph from 1.2.1 to 1.2.9 in /backend/pipeline - #2248
Bump langgraph from 1.2.1 to 1.2.9 in /backend/pipeline#2248dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [langgraph](https://github.com/langchain-ai/langgraph) from 1.2.1 to 1.2.9. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](langchain-ai/langgraph@1.2.1...1.2.9) --- updated-dependencies: - dependency-name: langgraph dependency-version: 1.2.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 48d7810f2d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -1,3 +1,3 @@ | |||
| langgraph==1.2.1 | |||
| langgraph==1.2.9 | |||
There was a problem hiding this comment.
Keep langchain-core compatible with langgraph
This bump makes backend/pipeline/requirements.txt unsatisfiable: the published metadata for langgraph==1.2.9 requires langchain-core<2,>=1.4.7, but this requirements file still pins langchain-core==1.4.0 on the next line. Any fresh install or the security-audit workflow's pip-audit matrix entry for this file will fail dependency resolution before the pipeline can run, so the core pin needs to be updated with the LangGraph bump.
Useful? React with 👍 / 👎.
|
Superseded by #2466. |
Bumps langgraph from 1.2.1 to 1.2.9.
Release notes
Sourced from langgraph's releases.
... (truncated)
Commits
95af6a0release(langgraph): 1.2.9 (#8316)7d0b33cfix: updateState metadata/counters for delta channel (#8315)23652c5release(langgraph): 1.2.8 (#8292)b45d96bfix: delta channel bug with updateState on fresh thread will force snapshot i...be999adchore(deps): bump the minor-and-patch group in /libs/cli with 5 updates (#8251)4df294fchore(deps): bump the minor-and-patch group in /libs/langgraph with 8 updates...84e065achore(deps): bump websockets from 15.0.1 to 16.0 in /libs/langgraph in the ma...64a3e68chore(deps): bump the minor-and-patch group in /libs/cli/js-examples with 6 u...7989e59chore(deps): bump the minor-and-patch group in /libs/sdk-py with 9 updates (#...2390d6fchore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 in the minor-and-p...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 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)