From 4a04ca72682f370437147281b35ed24936233e04 Mon Sep 17 00:00:00 2001 From: Stefano Lottini Date: Tue, 20 May 2025 17:46:39 +0200 Subject: [PATCH] [docs] Revise pip-install packages for PostgresSaver in "how-to/Persistence" notebook (#4752) revise pip-install packages for PostgresSaver usage in how-to page --- docs/docs/how-tos/persistence.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/how-tos/persistence.ipynb b/docs/docs/how-tos/persistence.ipynb index 8836519ef..8a9a6fee2 100644 --- a/docs/docs/how-tos/persistence.ipynb +++ b/docs/docs/how-tos/persistence.ipynb @@ -184,7 +184,7 @@ "??? example \"Example: using [Postgres](https://pypi.org/project/langgraph-checkpoint-postgres/) checkpointer\"\n", "\n", " ```\n", - " pip install -U psycopg psycopg-pool langgraph langgraph-checkpoint-postgres\n", + " pip install -U \"psycopg[binary,pool]\" langgraph langgraph-checkpoint-postgres\n", " ```\n", "\n", " !!! Setup\n", @@ -1129,7 +1129,7 @@ "??? example \"Example: using [Postgres](https://pypi.org/project/langgraph-checkpoint-postgres/) store\"\n", "\n", " ```\n", - " pip install -U psycopg psycopg-pool langgraph langgraph-checkpoint-postgres\n", + " pip install -U \"psycopg[binary,pool]\" langgraph langgraph-checkpoint-postgres\n", " ```\n", "\n", " !!! Setup\n",