From 460d1a3c6108ffaf8f395e55bca616407fbd5c57 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Fri, 17 May 2024 22:47:54 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4e4added..06c0a0f6 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ The package currently only supports the [psycogp3](https://www.psycopg.org/psyco pip install -U langchain-postgres ``` +## Change Log + +0.0.6: +- Remove langgraph as a dependency as it was causing dependency conflicts. +- Base interface for checkpointer changed in langgraph, so existing implementation would've broken regardless. + ## Usage ### ChatMessageHistory