langgraph 0.2.27

This commit is contained in:
Nuno Campos
2024-09-24 10:42:02 -07:00
parent 2f7826ed79
commit 26eca4a42f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from typing import Any, List, Optional
V = dict[str, Any]
V = Any
class BaseStore:
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph"
version = "0.2.26"
version = "0.2.27"
description = "Building stateful, multi-actor applications with LLMs"
authors = []
license = "MIT"