SDK Release v0.1.15#224
Merged
Merged
Conversation
Changed Files
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR releases version 0.1.15 of the SDK, which removes support for Python versions below 3.11. The release includes dependency updates, documentation updates to reflect tooling changes from make to just, and removal of backport dependencies that are no longer needed.
Key Changes:
- Version bump from 0.1.14 to 0.1.15 with removal of Python <3.11 backport dependencies
- Documentation updates replacing
makecommands withjustcommands - Pre-commit hook version updates and addition of
deptrycheck
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/pyproject.toml | Version bump to 0.1.15 and removal of backport dependencies for Python <3.11 |
| sdk/justfile | Added deptry check to pre-commit and removed .python-version from clean targets |
| sdk/docs/release-checklist.md | Updated release checklist commands from make to just |
| sdk/docs/mkdocs/changelog.md | Added release date for 0.1.15 and prepared placeholder for 0.1.16 |
| .pre-commit-config.yaml | Updated biome and ruff pre-commit hook versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
The usual SDK release checklist.