Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps langgraph-sdk from 0.2.3 to 0.2.9.

Release notes

Sourced from langgraph-sdk's releases.

cli==0.2.9

Changes since cli==0.2.8

  • feat: support --base-image in langgraph dockerfile command (#4628)

sdk==0.2.9

Changes since sdk==0.2.8

  • sdk-py 0.2.9
  • feat: sdk-py: Reconnect to long-lived responses on wait/join/cancel endpoints (#6168)

cli==0.2.8

Changes since cli==0.2.7

  • Add support for specifying a custom base image in docker commands (#4500)
  • docstring fixes for cli
  • Update CLI (#4488)
  • Add schema updates for the configurable headers (#4437)
  • no upper bounds for python
  • Upgrade
  • Update all

sdk==0.2.8

Changes since sdk==0.2.7

  • sdk-py 0.2.8
  • fix: Handle SSE stream reconnection in Python SDK (#6159)

cli==0.2.7

langgraph-cli 0.2.7

Summary of Changes

Detailed Changes

CLI Commands

  • Added new --image option to the langgraph up command that allows specifying a Docker image to use for the langgraph-api service ([PR #4385](langchain-ai/langgraph#4385))
    • When provided, the CLI skips building a new image and uses the specified one directly
    • Useful for testing against images already built using langgraph build
    • Example usage: langgraph up --image my-custom-langgraph-image:latest

Docker Compose Generation

  • Modified internal Docker compose generation to support using pre-built images ([PR #4385](langchain-ai/langgraph#4385))
    • When an image is specified, the compose configuration is simplified to use that image
    • Skips Dockerfile generation and context setup when using a pre-built image

... (truncated)

Commits
  • 9147d05 lib0.2.9
  • 46171dd Merge pull request #1418 from langchain-ai/nc/21aug/fix-pending-interrupt-run
  • 47ed3d9 Fix pending run when interrupt exception is used
  • 06c2481 Merge pull request #1415 from langchain-ai/nc/21aug/loop-rm-pregel-arg
  • 1907646 sdk-py: release 0.1.28 (#1417)
  • 3a65f83 sdk-py: allow passing custom headers (#1416)
  • 57811a6 Merge pull request #1414 from langchain-ai/nc/21aug/combine-managers
  • 02697b5 Remove graph arg to PregelLoop
  • e76f4cc Combine channel and managed values manager
  • 14ec516 lib0.2.8
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [langgraph-sdk](https://github.com/langchain-ai/langgraph) from 0.2.3 to 0.2.9.
- [Release notes](https://github.com/langchain-ai/langgraph/releases)
- [Commits](langchain-ai/langgraph@0.2.3...0.2.9)

---
updated-dependencies:
- dependency-name: langgraph-sdk
  dependency-version: 0.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants