Skip to content

chore(deps): bump langgraph from 1.0.9 to 1.1.3#22

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/langgraph-1.1.3
Open

chore(deps): bump langgraph from 1.0.9 to 1.1.3#22
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/langgraph-1.1.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Bumps langgraph from 1.0.9 to 1.1.3.

Release notes

Sourced from langgraph's releases.

langgraph==1.1.3

Changes since 1.1.2

  • release(checkpoint-postgres): 3.0.5 (#7221)
  • release(langgraph): 1.1.3 (#7215)
  • feat: add execution info to runtime (#7143)
  • chore(deps): bump the all-dependencies group in /libs/sdk-py with 2 updates (#7197)
  • chore(deps): bump the all-dependencies group in /libs/langgraph with 2 updates (#7200)
  • chore(deps): bump pyjwt from 2.10.1 to 2.12.0 in /libs/langgraph (#7189)
  • chore(deps): bump orjson from 3.11.5 to 3.11.6 in /libs/langgraph (#7147)

langgraph==1.1.2

Changes since 1.1.1

  • release(langgraph): 1.1.2 (#7135)
  • fix: stream part generic order (#7134)
  • feat: add context for remote graph api (#7132)
  • chore: fix typo (#7131)
  • chore(deps): bump tornado from 6.5.4 to 6.5.5 in /libs/langgraph (#7122)

langgraph==1.1.1

Changes since 1.1.0

  • release(langgraph): 1.1.1 (#7120)
  • fix: replay bug, direct to subgraphs (#7115)
  • chore: remove md notes (#7103)

langgraph==1.1.0

Changes since 1.0.10

  • release(langgraph): 1.1 (#7102)
  • fix: replay behavior for parent + subgraphs! (#7038)
  • feat: type safe stream/invoke w/ proper output type coercion (#6961)

Type-Safe Streaming & Invoke

LangGraph 1.1 introduces version="v2" — a new opt-in streaming format that brings full type safety to stream(), astream(), invoke(), and ainvoke().

What's changing

v1 (default, unchanged): stream() yields bare tuples like (stream_mode, data) or just data. invoke() returns a plain dict. Interrupts are mixed into the output dict under "__interrupt__".

v2 (opt-in): stream() yields strongly-typed StreamPart dicts with type, ns, data, and (for values) interrupts fields. invoke() returns a GraphOutput object with .value and .interrupts attributes. When your state schema is a Pydantic model or dataclass, outputs are automatically coerced to the correct type.

invoke() / ainvoke() with version="v2"

from langgraph.types import GraphOutput
result = graph.invoke({"input": "hello"}, version="v2")
</tr></table>

... (truncated)

Commits
  • 54c9275 release(sdk-py): 0.3.12 (#7224)
  • f393a54 release(checkpoint-postgres): 3.0.5 (#7221)
  • 2e0fc1c fix: re-use connection (#7220)
  • 7031421 release(langgraph): 1.1.3 (#7215)
  • e9075b3 feat: add execution info to runtime (#7143)
  • de9d7f3 chore(deps): bump the all-dependencies group in /libs/sdk-py with 2 updates (...
  • 99190b4 chore(deps): bump the all-dependencies group in /libs/checkpoint-conformance ...
  • 1b671bd chore(deps): bump the all-dependencies group in /libs/cli/js-monorepo-example...
  • 35a3de8 chore(deps): bump the all-dependencies group in /libs/langgraph with 2 update...
  • 6d6d989 chore(deps): bump the all-dependencies group in /libs/prebuilt with 2 updates...
  • 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 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](https://github.com/langchain-ai/langgraph) from 1.0.9 to 1.1.3.
- [Release notes](https://github.com/langchain-ai/langgraph/releases)
- [Commits](langchain-ai/langgraph@1.0.9...1.1.3)

---
updated-dependencies:
- dependency-name: langgraph
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 23, 2026
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants