[PR #1181] [MERGED] aupdate_state now accepts null values #1932

Closed
opened 2026-02-20 17:45:53 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1181
Author: @nfcampos
Created: 7/31/2024
Status: Merged
Merged: 8/2/2024
Merged by: @vbarda

Base: mainHead: nc/31jul/aupdate-state-null-values


📝 Commits (3)

  • f84aba7 aupdate_state now accepts null values
  • 4f1acaf 0.1.19
  • b0d8fa3 Merge branch 'main' into nc/31jul/aupdate-state-null-values

📊 Changes

3 files changed (+61 additions, -25 deletions)

View changed files

📝 libs/langgraph/langgraph/pregel/__init__.py (+30 -21)
📝 libs/langgraph/pyproject.toml (+1 -1)
📝 libs/langgraph/tests/test_pregel_async.py (+30 -3)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/1181 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 7/31/2024 **Status:** ✅ Merged **Merged:** 8/2/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `nc/31jul/aupdate-state-null-values` --- ### 📝 Commits (3) - [`f84aba7`](https://github.com/langchain-ai/langgraph/commit/f84aba73784d9eb854d47b8cfec08859e07405b2) aupdate_state now accepts null values - [`4f1acaf`](https://github.com/langchain-ai/langgraph/commit/4f1acaff88c33ac970b5bd6e4dcfeb97407976cf) 0.1.19 - [`b0d8fa3`](https://github.com/langchain-ai/langgraph/commit/b0d8fa3dc052b15f8adaf6c7e902083c84876183) Merge branch 'main' into nc/31jul/aupdate-state-null-values ### 📊 Changes **3 files changed** (+61 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/pregel/__init__.py` (+30 -21) 📝 `libs/langgraph/pyproject.toml` (+1 -1) 📝 `libs/langgraph/tests/test_pregel_async.py` (+30 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:45:53 -05:00
yindo closed this issue 2026-02-20 17:45:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1932