Bump patch version

This commit is contained in:
William Fu-Hinthorn
2025-03-14 14:03:30 -07:00
parent 394a9fa85f
commit 18ed044c27
4 changed files with 4 additions and 4 deletions
@@ -627,7 +627,7 @@ class BasePostgresStore(Generic[C]):
class PostgresStore(BaseStore, BasePostgresStore[_pg_internal.Conn]):
"""Postgres-backed store with oktional vector search using pgvector.
"""Postgres-backed store with optional vector search using pgvector.
!!! example "Examples"
Basic setup and usage:
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph-checkpoint-postgres"
version = "2.0.16"
version = "2.0.17"
description = "Library with a Postgres implementation of LangGraph checkpoint saver."
authors = []
license = "MIT"
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph-checkpoint"
version = "2.0.19"
version = "2.0.20"
description = "Library with base interfaces for LangGraph checkpoint savers."
authors = []
license = "MIT"
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph-cli"
version = "0.1.76"
version = "0.1.77"
description = "CLI for interacting with LangGraph API"
authors = []
license = "MIT"