Skip to content

Commit d35f143

Browse files
authored
Update README.md (#54)
1 parent 6412d74 commit d35f143

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ The package currently only supports the [psycogp3](https://www.psycopg.org/psyco
2323
pip install -U langchain-postgres
2424
```
2525

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+
2632
## Usage
2733

2834
### ChatMessageHistory

0 commit comments

Comments
 (0)