diff --git a/libs/checkpoint-postgres/langgraph/store/postgres/base.py b/libs/checkpoint-postgres/langgraph/store/postgres/base.py index d88ae19ed..d6035bb70 100644 --- a/libs/checkpoint-postgres/langgraph/store/postgres/base.py +++ b/libs/checkpoint-postgres/langgraph/store/postgres/base.py @@ -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: diff --git a/libs/checkpoint-postgres/pyproject.toml b/libs/checkpoint-postgres/pyproject.toml index 307181d40..0d9ac1c12 100644 --- a/libs/checkpoint-postgres/pyproject.toml +++ b/libs/checkpoint-postgres/pyproject.toml @@ -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" diff --git a/libs/checkpoint/pyproject.toml b/libs/checkpoint/pyproject.toml index 354205b2a..a019e55d5 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -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" diff --git a/libs/cli/pyproject.toml b/libs/cli/pyproject.toml index 1f7c38cb8..aaeddd4a6 100644 --- a/libs/cli/pyproject.toml +++ b/libs/cli/pyproject.toml @@ -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"