chore: release main - #483
Merged
stainless-app[bot] merged 2 commits intoJul 30, 2026
Merged
Conversation
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
deepthi-rao-scale
approved these changes
Jul 30, 2026
stainless-app
Bot
deleted the
release-please--branches--main--changes--next
branch
July 30, 2026 18:38
Contributor
Author
Contributor
Author
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.
✨ Stainless prepared a new release
agentex-client: 0.22.2
0.22.2 (2026-07-30)
Full Changelog: agentex-client-v0.22.1...agentex-client-v0.22.2
Bug Fixes
agentex-sdk: 0.22.2
0.22.2 (2026-07-30)
Full Changelog: agentex-sdk-v0.22.1...agentex-sdk-v0.22.2
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
Greptile Summary
This is a Stainless-managed patch release bumping both
agentex-clientandagentex-sdkfrom 0.22.1 to 0.22.2. The sole functional change is addingpytest-asyncioandhttpxto the dev dependencies of all five async tutorial packages so their async test suites can actually run.pyproject.toml,adk/pyproject.toml,src/agentex/_version.py, and.release-please-manifest.json.pytest-asyncioandhttpxadded to the[project.optional-dependencies] devsection of all five async tutorialpyproject.tomlfiles (tutorials 090 base, 060–090 Temporal).CHANGELOG.mdandadk/CHANGELOG.mdfollowing the existing format.Confidence Score: 5/5
Routine patch release with no logic changes; all modifications are version strings, changelog text, and missing dev dependencies in tutorial projects.
Every changed file is either a version number update (consistent across all four version-tracking files), a changelog append, or a dev-dependency addition to tutorial packages. No production code, no API surface, and no runtime behavior was altered.
Files Needing Attention: No files require special attention.
Important Files Changed
Reviews (1): Last reviewed commit: "chore: release main" | Re-trigger Greptile