[PR #1766] [MERGED] ci: Enable mypy checks for checkpoint lib #2285

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

Base: mainHead: nc/18sep/mypy-checkpoint


📝 Commits (3)

  • 4d26c35 ci: Enable mypy checks for checkpoint lib
  • 333c5f5 Fix type issues in tests
  • c793a9e Use type var default

📊 Changes

8 files changed (+70 additions, -37 deletions)

View changed files

📝 libs/checkpoint/Makefile (+2 -1)
📝 libs/checkpoint/langgraph/checkpoint/base/__init__.py (+11 -5)
📝 libs/checkpoint/langgraph/checkpoint/memory/__init__.py (+11 -6)
📝 libs/checkpoint/langgraph/checkpoint/serde/base.py (+6 -0)
📝 libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py (+15 -12)
📝 libs/checkpoint/langgraph/checkpoint/serde/types.py (+2 -2)
📝 libs/checkpoint/pyproject.toml (+10 -0)
📝 libs/checkpoint/tests/test_memory.py (+13 -11)

📄 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/1766 **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/18sep/mypy-checkpoint` --- ### 📝 Commits (3) - [`4d26c35`](https://github.com/langchain-ai/langgraph/commit/4d26c3599f527961c85f45dcfd81ceb7d067df69) ci: Enable mypy checks for checkpoint lib - [`333c5f5`](https://github.com/langchain-ai/langgraph/commit/333c5f550159ecadb84f48422159b8a884a90a87) Fix type issues in tests - [`c793a9e`](https://github.com/langchain-ai/langgraph/commit/c793a9e36d61d5fba23dc7528a225323be5a18c4) Use type var default ### 📊 Changes **8 files changed** (+70 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint/Makefile` (+2 -1) 📝 `libs/checkpoint/langgraph/checkpoint/base/__init__.py` (+11 -5) 📝 `libs/checkpoint/langgraph/checkpoint/memory/__init__.py` (+11 -6) 📝 `libs/checkpoint/langgraph/checkpoint/serde/base.py` (+6 -0) 📝 `libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py` (+15 -12) 📝 `libs/checkpoint/langgraph/checkpoint/serde/types.py` (+2 -2) 📝 `libs/checkpoint/pyproject.toml` (+10 -0) 📝 `libs/checkpoint/tests/test_memory.py` (+13 -11) </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#2285