We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6412d74 commit d35f143Copy full SHA for d35f143
README.md
@@ -23,6 +23,12 @@ The package currently only supports the [psycogp3](https://www.psycopg.org/psyco
23
pip install -U langchain-postgres
24
```
25
26
+## Change Log
27
+
28
+0.0.6:
29
+- Remove langgraph as a dependency as it was causing dependency conflicts.
30
+- Base interface for checkpointer changed in langgraph, so existing implementation would've broken regardless.
31
32
## Usage
33
34
### ChatMessageHistory
0 commit comments