Open
Conversation
fd84a22 to
693b677
Compare
33ae49f to
9d11903
Compare
ac6c416 to
53be717
Compare
53be717 to
821561a
Compare
821561a to
ffb5c53
Compare
ffb5c53 to
b1cbd35
Compare
b1cbd35 to
5c3b928
Compare
5c3b928 to
5035f37
Compare
5035f37 to
c075f4e
Compare
c075f4e to
c630d99
Compare
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.10.0 (2026-04-06)
Full Changelog: v0.9.7...v0.10.0
Features
Bug Fixes
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 an automated release PR bumping the SDK version from 0.9.7 to 0.10.0, generated by Stainless's release tooling.
pyproject.toml,src/agentex/_version.py, and.release-please-manifest.jsonare all consistently updated to0.10.0..stats.ymlreferences a new spec URL and updated hash, reflecting the underlying API changes introduced by the two referenced PRs.All version strings are consistent across every file that carries them, and no code logic changes are present in this PR.
Confidence Score: 5/5
This PR is safe to merge — it is a purely mechanical version bump with no logic changes.
All five changed files are version metadata or changelog. Version strings are consistent across every carrier file. No code logic, dependencies, or configurations were altered. No issues found.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[Stainless Release Bot] --> B[Bump version 0.9.7 → 0.10.0] B --> C[.release-please-manifest.json] B --> D[pyproject.toml] B --> E[src/agentex/_version.py] B --> F[.stats.yml — new OpenAPI spec hash] B --> G[CHANGELOG.md — add 0.10.0 entry] G --> H[Feature: async span processing queue #303] G --> I[Bug Fix: memory leak in SGP tracing #302]Reviews (45): Last reviewed commit: "release: 0.10.0" | Re-trigger Greptile