Expose sync and async local migration lifecycle in Python SDK - #14
Merged
Conversation
hira29
approved these changes
Aug 31, 2026
hira29
approved these changes
Aug 31, 2026
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
hira29
approved these changes
Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add typed sync and async local adapters for the scan, plan, apply, test, and verify lifecycle; document the CLI and SDK connection; and enforce compatibility across Python 3.9 through 3.14.
Audit
@hira29Sanka Change Bot17afa9e5a10bcfc09ccfd753b2a0d2d1fc032c42mediumnonesanka-sdk PyPI packageValidation
rtk uv run --frozen --python 3.9 -- ruff check .-> passedrtk uv run --frozen --python 3.9 -- ruff format --check .-> passedrtk uv run --isolated --frozen --python 3.9 -- python -W error -m unittest discover -s tests -v-> passedrtk uv run --isolated --frozen --python 3.10 -- python -W error -m unittest discover -s tests -v-> passedrtk uv run --isolated --frozen --python 3.11 -- python -W error -m unittest discover -s tests -v-> passedrtk uv run --isolated --frozen --python 3.12 -- python -W error -m unittest discover -s tests -v-> passedrtk uv run --isolated --frozen --python 3.13 -- python -W error -m unittest discover -s tests -v-> passedrtk uv run --isolated --frozen --python 3.14 -- python -W error -m unittest discover -s tests -v-> passedrtk uv build-> passed13 tests passed with warnings as errors on Python 3.9, 3.10, 3.11, 3.12, 3.13, and exact latest Python 3.14.7; Ruff and package builds passed.-> reported passedChange Safety
Approval And Deployment Authorization