chore(deps): bump langgraph-sdk from 0.3.12 to 0.3.15#1731
chore(deps): bump langgraph-sdk from 0.3.12 to 0.3.15#1731dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [langgraph-sdk](https://github.com/langchain-ai/langgraph) from 0.3.12 to 0.3.15. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](langchain-ai/langgraph@0.3.12...0.3.15) --- updated-dependencies: - dependency-name: langgraph-sdk dependency-version: 0.3.15 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LGTM, transitive dep patch bump in the lockfile.
Extended reasoning...
Overview
This PR is a Dependabot-generated patch-level bump of langgraph-sdk from 0.3.12 to 0.3.15. Only uv.lock is modified — the source under langfuse/ and the pyproject.toml constraints are unchanged. langgraph-sdk is a transitive dependency (the repo declares langgraph>=1,<2 directly), pulled in via the langchain/langgraph integration paths.
Security risks
None observed. The version bump itself includes a relevant fix (fix(sdk-py): percent-encode caller-supplied identifiers in URL paths), which is a small hardening improvement. No new direct dependencies are added.
Level of scrutiny
Low. Lockfile-only changes for a patch-version bump of a transitive dependency need minimal review — semver expectation is bug fixes / non-breaking changes, and the bug-hunting pass found no issues. The incidental rewrite of exclude-newer to the 0001-01-01T00:00:00Z sentinel with an inline comment is uv's standard lockfile regeneration behavior and is documented as having no effect.
Other factors
No outstanding reviewer comments, no prior reviews from me on this PR, and the diff is contained entirely within a generated lockfile. Established pattern in this repo for Dependabot transitive bumps.
Bumps langgraph-sdk from 0.3.12 to 0.3.15.
Release notes
Sourced from langgraph-sdk's releases.
... (truncated)
Commits
e1aa1a40.3.157a959f6Fix assertion9b5549fFix flaky assertionfa96c0aOne more98b8ff9Update test assertions for triggers951131cLint8bcdba8Reduce to 4.1s60fc49bSpeed up prepare_single_task1d21b4bImprove prepare_single_task trigger checks to linear complexity (#3891)55ec0d3Speed up task triggers check (#3890)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 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)You can disable automated security fix PRs for this repo from the Security Alerts page.