Skip to content

Commit

Permalink
langgraph 0.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Sep 24, 2024
1 parent 2f7826e commit 26eca4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/langgraph/langgraph/store/base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Any, List, Optional

V = dict[str, Any]
V = Any


class BaseStore:
Expand Down
2 changes: 1 addition & 1 deletion libs/langgraph/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 26eca4a

Please sign in to comment.