Merged
Conversation
Contributor
Author
|
🧪 Testing To try out this version of the SDK, run: Expires: Sat, 04 Oct 2025 15:10:10 GMT |
There was a problem hiding this comment.
Performed full review of 75671fb...0f10196
8 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings
0f10196 to
1e1604b
Compare
1e1604b to
d9df145
Compare
d9df145 to
fcf4e19
Compare
fcf4e19 to
86c89d4
Compare
rgarcia
approved these changes
Sep 4, 2025
Contributor
Author
|
🤖 Release is at https://github.com/onkernel/kernel-python-sdk/releases/tag/v0.11.0 🌻 |
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.
Automated Release PR
0.11.0 (2025-09-04)
Full Changelog: v0.10.0...v0.11.0
Features
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
TL;DR
This release introduces version
0.11.0, which adds support for browser profiles, improves forward compatibility with Pydantic v3, and makes type hints more flexible.Why we made these changes
To prepare for the upcoming Pydantic v3 release, we've inverted our compatibility logic to treat v2/v3 as the default path. This release also improves the SDK's ergonomics by accepting any sequence type (like tuples) instead of just lists for certain parameters, which is more idiomatic and prevents common errors.
What changed?
_models.py,_compat.py) to handle v1 as the special case, paving the way for v3 support.SequenceNotStrtype to allow any sequence of strings (e.g.,list,tuple) but not a plainstrfor parameters likeargsinProcessSpawnParams._utils._datetime_parsemodule with comprehensive tests._utils._compatmodule.0.11.0inpyproject.tomland updated theCHANGELOG.md.Description generated by Mesa. Update settings