Skip to content

chore: migrate Python type checking to ty#8002

Merged
John Kennedy (jkennedyvz) merged 2 commits into
mainfrom
chore/migrate-python-typecheck-to-ty
Jun 5, 2026
Merged

chore: migrate Python type checking to ty#8002
John Kennedy (jkennedyvz) merged 2 commits into
mainfrom
chore/migrate-python-typecheck-to-ty

Conversation

@jkennedyvz

Copy link
Copy Markdown
Contributor

Summary

  • replace Python lint type-checking from mypy to ty across LangGraph packages
  • remove mypy config/cache wiring and mypy-only references
  • regenerate uv locks with ty 0.0.43

Verification

  • git diff --check
  • make lint_package && make lint_tests in libs/langgraph
  • make lint_package && make lint_tests in libs/checkpoint
  • make lint_package && make lint_tests in libs/checkpoint-sqlite
  • make lint_package && make lint_tests in libs/checkpoint-postgres
  • make lint_package && make lint_tests in libs/prebuilt
  • make lint_package && make lint_tests in libs/cli
  • make lint in libs/sdk-py
  • make lint in libs/checkpoint-conformance

@open-swe open-swe Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open SWE Review found 1 potential issue.

View Open SWE trace

Comment thread libs/cli/langgraph_cli/_ignore.py
Co-authored-by: open-swe[bot] <215916821+open-swe[bot]@users.noreply.github.com>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

amazing, thank you

@jkennedyvz John Kennedy (jkennedyvz) merged commit 2b1abc8 into main Jun 5, 2026
68 checks passed
@jkennedyvz John Kennedy (jkennedyvz) deleted the chore/migrate-python-typecheck-to-ty branch June 5, 2026 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants