Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps langgraph from 0.2.74 to 0.3.2.

Release notes

Sourced from langgraph's releases.

0.3.2

Changes since 0.3.1

  • langgraph: release 0.3.2 (#3649)
  • langgraph: unset resuming flag to avoid propagating to subgraphs (#3647)
  • docs: update README (#3626)

0.3.1

LangGraph v0.3

prebuilt module was moved into a separate package (langgraph-prebuilt) bundled with langgraph

  • langgraph-prebuilt is a default dependency of langgraph - no user action needed
  • this change will allows us to grow our prebuilt offerings without changes to the core langgraph library

Since langgraph-prebuilt is implemented as namespace package, you can import all of the prebuilt components (e.g., create_react_agent, ToolNode, etc) the same way as before:

from langgraph.prebuilt import create_react_agent, ToolNode

Deprecations:

Removed in v0.3:

  • langgraph.prebuilt.tool_executor - use langgraph.prebuilt.tool_node.ToolNode instead
  • messages_modifier parameter for create_react_agent - use prompt instead

0.2.76

Changes since 0.2.75

  • langgraph: release 0.2.76 (#3609)
  • langgraph: fix get_state(subgraphs=True) for checkpointer=True (#3607)

0.2.75

Changes since 0.2.74

  • langgraph: release 0.2.75 (#3602)
  • langgraph: add py.typed files to modules (#3600)
  • langgraph: stream_mode=messages should not emit input or state messages
  • pregel: update validation error messages (#3517)
  • docs: add pregel conceptual doc (#3516)
  • langgraph: allow passing config_schema to create_react_agent (#3534)
  • langgraph: handle non-overlapping subgraph updates in Command.PARENT (#3521)
  • x
  • langgraph: optionally add structured_response key to agent state in create_react_agent (#3493)
Commits

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](https://github.com/langchain-ai/langgraph) from 0.2.74 to 0.3.2.
- [Release notes](https://github.com/langchain-ai/langgraph/releases)
- [Commits](langchain-ai/langgraph@0.2.74...0.3.2)

---
updated-dependencies:
- dependency-name: langgraph
  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 Pull requests that update Python code labels Mar 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2025

Looks like langgraph is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 4, 2025
@dependabot dependabot bot deleted the dependabot/pip/api/langgraph-0.3.2 branch March 4, 2025 02:29
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