[PR #1767] [MERGED] ci: Enable mypy checks for checkpoint-postgres lib #2286

Closed
opened 2026-02-20 17:46:44 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1767
Author: @nfcampos
Created: 9/19/2024
Status: Merged
Merged: 9/19/2024
Merged by: @nfcampos

Base: mainHead: nc/19sep/mypy-postgres


📝 Commits (4)

📊 Changes

10 files changed (+106 additions, -73 deletions)

View changed files

📝 .github/workflows/_lint.yml (+1 -2)
📝 libs/checkpoint-postgres/Makefile (+2 -1)
📝 libs/checkpoint-postgres/langgraph/checkpoint/postgres/__init__.py (+14 -8)
📝 libs/checkpoint-postgres/langgraph/checkpoint/postgres/aio.py (+18 -9)
📝 libs/checkpoint-postgres/langgraph/checkpoint/postgres/base.py (+10 -8)
📝 libs/checkpoint-postgres/poetry.lock (+28 -28)
📝 libs/checkpoint-postgres/pyproject.toml (+10 -0)
📝 libs/checkpoint-postgres/tests/conftest.py (+5 -3)
📝 libs/checkpoint-postgres/tests/test_async.py (+9 -7)
📝 libs/checkpoint-postgres/tests/test_sync.py (+9 -7)

📄 Description

No description provided


🔄 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/langgraph/pull/1767 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 9/19/2024 **Status:** ✅ Merged **Merged:** 9/19/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/19sep/mypy-postgres` --- ### 📝 Commits (4) - [`b8a8651`](https://github.com/langchain-ai/langgraph/commit/b8a8651c232180d15233cfb679cc996793eb8cc0) ci: Enable mypy checks for checkpoint-postgres lib - [`495d258`](https://github.com/langchain-ai/langgraph/commit/495d258322517b43fcabccc10f48683f50b55dbb) Fix 3.9 - [`faa652c`](https://github.com/langchain-ai/langgraph/commit/faa652cbf4b1470c6807cbbea6f3e996d4161289) Only lint on 3.12 - [`fdf7bad`](https://github.com/langchain-ai/langgraph/commit/fdf7bad988210dccbb566b5020c7d4d5e36f96f3) Remove ignore for 3.9 ### 📊 Changes **10 files changed** (+106 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/_lint.yml` (+1 -2) 📝 `libs/checkpoint-postgres/Makefile` (+2 -1) 📝 `libs/checkpoint-postgres/langgraph/checkpoint/postgres/__init__.py` (+14 -8) 📝 `libs/checkpoint-postgres/langgraph/checkpoint/postgres/aio.py` (+18 -9) 📝 `libs/checkpoint-postgres/langgraph/checkpoint/postgres/base.py` (+10 -8) 📝 `libs/checkpoint-postgres/poetry.lock` (+28 -28) 📝 `libs/checkpoint-postgres/pyproject.toml` (+10 -0) 📝 `libs/checkpoint-postgres/tests/conftest.py` (+5 -3) 📝 `libs/checkpoint-postgres/tests/test_async.py` (+9 -7) 📝 `libs/checkpoint-postgres/tests/test_sync.py` (+9 -7) </details> ### 📄 Description _No description provided_ --- <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-20 17:46:44 -05:00
yindo closed this issue 2026-02-20 17:46:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2286