Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency langgraph to v0.2.67 #792

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
langgraph 0.2.60 -> 0.2.67 age adoption passing confidence

Release Notes

langchain-ai/langgraph (langgraph)

v0.2.67

Compare Source

Changes since 0.2.66

  • langgraph: release 0.2.67 (#​3182)
  • langgraph: update docstrings/api ref for functional api (#​3176)
  • langgraph: handle node return annotations with unions (#​3170)
  • langgraph: add support for BaseModel updates to Command (#​2747)
  • Make scratchpad counters thread-safe (#​3158)
  • Add entrypoint.final to decouple return value from save value (#​3135)
  • langgraph: allow async state modifier in create_react_agent (#​3161)
  • Remove write to RETURN channel for entrypoint func
  • Disable recursing on runnables for task/entrypoint decorated funcs

v0.2.66

Compare Source

Changes since 0.2.65

  • langgraph: release 0.2.66 (#​3128)
  • docs: update readme / docs intro page (#​3082)
  • Enable async tests that were being skipped (#​3109)
  • Fix timing issue where a sync task would finish before the other one was registered in futures dict (#​3110)
  • Re-enable support for running sync tasks from async entrypoints (#​3108)
  • Fix tracing of args for @​task decorated functions (#​3107)
  • Enable async tests that were being skipped
  • Fix timing issue where a sync task would finish before the other one was registered in futures dict
  • Re-enable support for running sync tasks from async entrypoints
  • Fix tracing of args for @​task decorated functions

v0.2.65

Compare Source

Changes since 0.2.64

  • python[patch]: call create_react_agent model node without is_last_step (#​3114)
  • Add get_store function
  • Implement get_graph for imperative api (#​3076)
  • Fix two issues with task/stream timing
  • docs: update broken api reference (#​3093)

v0.2.64

Compare Source

Changes since 0.2.63

  • langgraph: release 0.2.64 (#​3090)
  • tests: add tests for calling multiple subgraphs in a parent node (#​3070)
  • functional api: first pass at api reference (#​3083)
  • docs: add high level example into the readme, make examples collapsible (#​3052)
  • Make config schema configurable for imperative api
  • Implement input/output schemas for imperative api
  • tests: add a test for interrupt() w/ functional API

v0.2.63

Compare Source

Changes since 0.2.62

  • langgraph: release 0.2.63 (#​3064)
  • tests: Add test for catching bunching in streaming (#​3057)
  • Add support for multiple subgraphs called in a single node (#​3056)
  • Fix kafka lib
  • Add checkpointer=True mode for subgraphs that want to keep state between turns (#​3055)
  • Add support for multiple subgraphs called in a single node
  • Add checkpointer=True mode for subgraphs that want to keep state betweenn turns
  • Fix unexpected re-use of null resume value by subgraphs (#​3054)
  • Fix ignored goto when a mixed list of command and state updates is returned from a node (#​3038)
  • Fix unexpected re-use of null resume value by subgraphs
  • feat(langgraph): Add interrupt schema to library (#​2947)
  • Fix Send order after interrupt/resume (#​3037)
  • tests: add test for multiple interrupts and tasks (#​2941)
  • Fix Send order after interrupt/resume
  • Fix multiple interrupt/task test
  • Remove duckdb checkpointer and store
  • Fix flasy return from task
  • Fix tracing hierarchy for imperative api (#​3036)
  • Remove duckdb checkpointer and store
  • langgraph: fix non-empty value check in ensure_config (#​3039)
  • Remove send v2 (#​3033)
  • langgraph: allow model names as strings in create_react_agent (#​3031)
  • docs: document inject kwarg (#​3026)
  • Fix tracing hierarchy for imperative api
  • Remove send v2
  • docs: internal doc nits (#​2946)
  • langgraph: fix ismethod check in add_node (#​3032)
  • feat: Add interrupt schema to library

v0.2.62

Compare Source

Changes since 0.2.61

  • langgraph: release 0.2.62 (#​2990)
  • langgraph: add structured output to create_react_agent (#​2848)
  • build(deps-dev): bump jinja2 from 3.1.4 to 3.1.5 in /libs/langgraph (#​2960)
  • langgraph[patch]: fix create_react_agent inspectability (#​2948)
  • docs: readme nit (#​2899)
  • Clarifying the docstring for the add_edge function (#​2782)

v0.2.61

Compare Source

Changes since 0.2.60

  • 0.2.61
  • Import TypedDict from typing_extensions, add ruff rule (#​2910)
  • Support multiple args in @​task's
  • Update README.md
  • Bubble up stack close task (#​2913)
  • Import TypedDict from typing_extensions, add ruff rule
  • Fix stream_mode=updates for cases where one node returns multiple updates for same key
  • Remove assertion of order
  • Add more tests for async cancellation
  • checkpoint postgres: add a shallow checkpointer (#​2826)
  • docs: missing docstring for aupdate_state method (#​2435)
  • langgraph: actually run test_large_cases_async (#​2843)
  • build(deps-dev): bump tornado from 6.4.1 to 6.4.2 in /libs/langgraph (#​2814)
  • fix example in docs of state_schema in create_react_agent (#​2109)
  • langgraph[patch]: format messages in state (#​2199)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/langgraph-0.x-lockfile branch from 516aa04 to f66a9f3 Compare January 10, 2025 21:14
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.61 fix(deps): update dependency langgraph to v0.2.62 Jan 10, 2025
@renovate renovate bot force-pushed the renovate/langgraph-0.x-lockfile branch from f66a9f3 to 3e58a74 Compare January 16, 2025 17:54
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.62 fix(deps): update dependency langgraph to v0.2.63 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/langgraph-0.x-lockfile branch from 3e58a74 to 5fc2fac Compare January 19, 2025 09:30
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.63 fix(deps): update dependency langgraph to v0.2.64 Jan 19, 2025
@renovate renovate bot force-pushed the renovate/langgraph-0.x-lockfile branch from 5fc2fac to c345c89 Compare January 21, 2025 04:52
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.64 fix(deps): update dependency langgraph to v0.2.65 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/langgraph-0.x-lockfile branch from c345c89 to 43d94fe Compare January 21, 2025 21:23
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.65 fix(deps): update dependency langgraph to v0.2.66 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/langgraph-0.x-lockfile branch from 43d94fe to 911c2ed Compare January 24, 2025 00:56
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.66 fix(deps): update dependency langgraph to v0.2.67 Jan 24, 2025
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.

0 participants