Skip to content

Releases: langchain-ai/langgraph

cli==0.3.3

13 Jun 20:18
053b606
Compare
Choose a tag to compare

Changes since cli==0.3.2

cli==0.3.2

13 Jun 17:47
4548a0e
Compare
Choose a tag to compare

Changes since cli==0.3.1

  • feat: Customizable Pip Installer (#5098)
  • docs: Replace unsupported models with structured output-supported models (#3982)

cli==0.3.1

09 Jun 16:00
c17ee1b
Compare
Choose a tag to compare

Changes since cli==0.2.12

  • feat: [CLI] Add support for building deps with uv (#4995)

cli==0.2.12

04 Jun 22:52
Compare
Choose a tag to compare

Changes since cli==0.2.11

  • cli 0.2.12
  • 🐛 [CLI] Generate one --build-context argument for each dependency in the docker build command. (#4962)

cli==0.2.11

04 Jun 00:45
1ea5812
Compare
Choose a tag to compare

Changes since cli==0.2.10

  • bump version
  • cli v0.2.11 release
  • update dockerfile generation logic, fix pip removal in wolfi
  • regenerate schema + lint & format
  • add warning when image distro is not configured as wolfi
  • add unit tests for image_distro config
  • add support for image_distro in config file
  • ci: migrate to uv! (#4698)
  • Change LG Cloud > Platform

0.4.8

02 Jun 23:26
Compare
Choose a tag to compare

Changes since 0.4.7

  • Remove unused deprecation decorator/warning (#4917)
  • Require state_schema in StateGraph.__init__ (#4897)
  • Remove add_conditional_edge(..., then=) (#4893)
  • Avoid repeated runtime calls to get_type_hints
  • Remove MessageGraph (#4875)
  • Remove non-state Graph
  • Remove UntrackedValue channel
  • Remove UntrackedValue channel (#4859)
  • Flip default for checkpoint_during
  • Remove Channel node builder
  • Update managed value usage in local_read (#4854)
  • Modify stream mode messages and custom to respect subgraphs=False (#4843)
  • Remove Checkpoint.writes (#4822)
  • Remove Checkpoint.pending_sends (#4820)
  • Pregel: Add NodeBuilder class to replace Channel.subscribe_to (#4819)
  • Remove dict subclasses used for values/updates stream chunks (#4816)
  • Remove old checkpoint test fixtures (#4814)
  • Remove postgres shallow checkpointer (#4813)
  • Remove ChannelsManager, ManagedValues are now static classes and never instantiated (#4812)
  • Remove Context channel / managed value, Remove SharedValue (#4857)
  • Remove SchemaCoercionMapper
  • Update managed value usage in local_read
  • prebuilt: release 0.2.2 (#4851)
  • Format
  • Remove Checkpoint.writes
  • Remove Checkpoint.pending_sends
  • Pregel: Add NodeBuilder class to replace Channel.subscribe_to
  • Lint
  • Remove old checkpoint test fixtures
  • Remove postgres shallow checkpointer
  • Remove ChannelsManager, ManagedValues are now static classes and never instantiated
  • Remove Context channel / managed value, Remove SharedValue
  • Merge branch 'main' into fix-examples-link-readme
  • Update libs/langgraph/README.md
  • Update libs/langgraph/README.md
  • Merge branch 'main' into fix-examples-link-readme
  • Merge branch 'main' into fix-examples-link-readme
  • Merge branch 'main' into fix-examples-link-readme
  • Merge branch 'langchain-ai:main' into fix-examples-link-readme
  • fix link to examples page in readme.md

prebuilt==0.2.2

28 May 13:40
bcc6485
Compare
Choose a tag to compare

Changes since prebuilt==0.2.1

  • prebuilt: release 0.2.2 (#4851)
  • fix: post_model_hook should inject state + store into tool calls if necessary (#4842)
  • 0.4.7
  • Lock

0.4.7

24 May 00:01
Compare
Choose a tag to compare

Changes since 0.4.6

  • 0.4.7
  • Fix stream mode not respected in subgraphs
  • Try to make test less flaky
  • Add tests for stream_events when using imperative api

0.4.6

23 May 22:34
Compare
Choose a tag to compare

Changes since 0.4.5

  • 0.4.6
  • Fix
  • Lint
  • Add sync test
  • Fix
  • Fix exception handling for imperative tasks
  • prebuilt: release 0.2.1 (#4801)
  • prebuilt: release 0.2.0 (#4793)
  • Code review
  • feat(langgraph): push_messages should directly write to the state
  • feat(graph): add push_message method to push manually to messages / message-tuple stream (#4722)
  • Add message state test
  • Apply same condition for stream_mode=values in suppress interrupt
  • Remove redundant cast
  • feat(graph): add push_message method to push manually to messages / message-tuple stream
  • Last uv.lock?
  • Only emit stream values chunks when the output channels have changed (#4774)
  • docs: fix example pregel reducer (#4740)
  • prebuilts hitl: fix branching logic + add structural snapshot tests (#4767)
  • docs: deferred nodes (#4759)
  • Remove local_write utility (#4751)
  • Print output for cached @task functions (#4750)
  • Print output for cached @task functions
  • sqlite: Add test for search with list filters (#4747)
  • sqlite: update list_namespaces with max_depth (#4746)
  • Update lockfile
  • docs: Clean up adjective use in readme (#4734)
  • SqliteStore (#3608)
  • ci: fix benchmark command (#4729)
  • docs: document tuples in streaming guides (#4690)
  • ci: migrate to uv! (#4698)

prebuilt==0.2.1

23 May 18:10
a9c87ed
Compare
Choose a tag to compare

Changes since prebuilt==0.2.0

  • prebuilt: release 0.2.1 (#4801)
  • prebuilt: support provider builtin tools in create_react_agent (#4800)