[PR #52] [MERGED] BREAKING: remove langgraph checkpointer #137

Closed
opened 2026-02-16 05:16:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/52
Author: @eyurtsev
Created: 5/17/2024
Status: Merged
Merged: 5/17/2024
Merged by: @eyurtsev

Base: mainHead: eugene/remove_langgraph


📝 Commits (5)

📊 Changes

8 files changed (+2 additions, -1565 deletions)

View changed files

📝 README.md (+0 -91)
examples/langgraph_persistence.ipynb (+0 -532)
📝 langchain_postgres/__init__.py (+0 -8)
langchain_postgres/checkpoint.py (+0 -587)
📝 poetry.lock (+2 -17)
📝 pyproject.toml (+0 -1)
tests/unit_tests/test_checkpointer.py (+0 -326)
📝 tests/unit_tests/test_imports.py (+0 -3)

📄 Description

Breaking change, removing langgraph checkpointer since the langgraph checkpointer interface changed (so was a breaking change anyway).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langchain-postgres/pull/52 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 5/17/2024 **Status:** ✅ Merged **Merged:** 5/17/2024 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/remove_langgraph` --- ### 📝 Commits (5) - [`7e25bad`](https://github.com/langchain-ai/langchain-postgres/commit/7e25bad9075ce8deec37c4f88b64ca85aea45733) x - [`c8700aa`](https://github.com/langchain-ai/langchain-postgres/commit/c8700aac356969e415275d404011018e468462e4) x - [`4b37360`](https://github.com/langchain-ai/langchain-postgres/commit/4b3736064b6e5689d3d88b35e526d7c3e69a8ad6) Merge branch 'main' into eugene/remove_langgraph - [`548e6d4`](https://github.com/langchain-ai/langchain-postgres/commit/548e6d4a6a3d7b9f8805ac0a95dd4c274a5d8cfc) x - [`213fa9b`](https://github.com/langchain-ai/langchain-postgres/commit/213fa9ba6264d0474485515f0c53bf7c5296f38e) x ### 📊 Changes **8 files changed** (+2 additions, -1565 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+0 -91) ➖ `examples/langgraph_persistence.ipynb` (+0 -532) 📝 `langchain_postgres/__init__.py` (+0 -8) ➖ `langchain_postgres/checkpoint.py` (+0 -587) 📝 `poetry.lock` (+2 -17) 📝 `pyproject.toml` (+0 -1) ➖ `tests/unit_tests/test_checkpointer.py` (+0 -326) 📝 `tests/unit_tests/test_imports.py` (+0 -3) </details> ### 📄 Description Breaking change, removing langgraph checkpointer since the langgraph checkpointer interface changed (so was a breaking change anyway). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 05:16:43 -05:00
yindo closed this issue 2026-02-16 05:16:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-postgres#137