[PR #1768] [MERGED] ci: Enable mypy checks for checkpoint-sqlite lib #2283

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/1768
Author: @nfcampos
Created: 9/19/2024
Status: Merged
Merged: 9/19/2024
Merged by: @nfcampos

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


📝 Commits (3)

📊 Changes

7 files changed (+74 additions, -54 deletions)

View changed files

📝 libs/checkpoint-sqlite/Makefile (+2 -1)
📝 libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/__init__.py (+2 -1)
📝 libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/aio.py (+5 -3)
📝 libs/checkpoint-sqlite/poetry.lock (+28 -28)
📝 libs/checkpoint-sqlite/pyproject.toml (+10 -0)
📝 libs/checkpoint-sqlite/tests/test_aiosqlite.py (+8 -6)
📝 libs/checkpoint-sqlite/tests/test_sqlite.py (+19 -15)

📄 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/1768 **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-sqlite` --- ### 📝 Commits (3) - [`6c0339c`](https://github.com/langchain-ai/langgraph/commit/6c0339ca4b4600f27355555443ce189ea7969510) ci: Enable mypy checks for checkpoint-sqlite lib - [`95304d6`](https://github.com/langchain-ai/langgraph/commit/95304d658a964edb46c0197b96bfbbb5803588a8) Fix 3.9 - [`b529365`](https://github.com/langchain-ai/langgraph/commit/b529365f5b5c3795832a2acf4a89de26088bc31f) Remove ignore for 3.9 ### 📊 Changes **7 files changed** (+74 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint-sqlite/Makefile` (+2 -1) 📝 `libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/__init__.py` (+2 -1) 📝 `libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/aio.py` (+5 -3) 📝 `libs/checkpoint-sqlite/poetry.lock` (+28 -28) 📝 `libs/checkpoint-sqlite/pyproject.toml` (+10 -0) 📝 `libs/checkpoint-sqlite/tests/test_aiosqlite.py` (+8 -6) 📝 `libs/checkpoint-sqlite/tests/test_sqlite.py` (+19 -15) </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#2283