Skip to content

build(deps): consolidate dependabot updates#447

Merged
hbrodin merged 1 commit intomainfrom
dependabot/combined-updates
Jan 27, 2026
Merged

build(deps): consolidate dependabot updates#447
hbrodin merged 1 commit intomainfrom
dependabot/combined-updates

Conversation

@hbrodin
Copy link
Copy Markdown
Collaborator

@hbrodin hbrodin commented Jan 27, 2026

Summary

Consolidates all outstanding Dependabot dependency updates into a single PR for easier review and merge.

Updates included:

Package Component Version Change Notes
langgraph-checkpoint patcher 2.1.1 → 3.0.1 Major version - drops Python 3.9 support (project uses 3.12+)
langgraph-checkpoint seed-gen 2.1.0 → 3.0.1 Same as above
langgraph patcher, seed-gen 0.6.6 → 0.6.11 Transitive update
marshmallow patcher 3.26.1 → 3.26.2 Security fix (CVE-2025-68480)
mcp patcher, program-model 1.13.0 → 1.26.0 Minor version update
starlette patcher, program-model 0.47.2 → 0.52.1 Security fix for Range header parsing vulnerability

Safety assessment:

  • ✅ All updates are safe - no breaking API changes for our usage
  • ✅ langgraph-checkpoint 3.0 mainly drops Python 3.9 (we use 3.12+)
  • ✅ starlette and marshmallow updates are security fixes
  • ✅ All component tests pass with updated dependencies

Closes Dependabot PRs:

Test plan

  • Verified imports work for all updated packages
  • Ran patcher tests (55 passed, 1 skipped)
  • Ran program-model tests (29 passed, 104 skipped)
  • Ran seed-gen tests (16 passed, 1 skipped)

🤖 Generated with Claude Code

Update multiple dependencies across components:

patcher:
- langgraph-checkpoint 2.1.1 → 3.0.1 (major version, drops Python 3.9 support)
- langgraph 0.6.6 → 0.6.11
- marshmallow 3.26.1 → 3.26.2 (CVE-2025-68480 fix)
- mcp 1.13.0 → 1.26.0
- starlette 0.47.2 → 0.52.1 (security fix for Range header parsing)

program-model:
- mcp 1.13.0 → 1.26.0
- starlette 0.47.2 → 0.52.1 (security fix for Range header parsing)

seed-gen:
- langgraph-checkpoint 2.1.0 → 3.0.1
- langgraph 0.6.6 → 0.6.11

This consolidates the following Dependabot PRs: #430, #433, #434, #443, #444, #445, #446

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@hbrodin hbrodin merged commit f89ba22 into main Jan 27, 2026
21 checks passed
@hbrodin hbrodin deleted the dependabot/combined-updates branch January 27, 2026 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants