Release SDK updates#39
Open
warpmachineuser wants to merge 14 commits into
Open
Conversation
* Add promote_oz_sdk workflow
Manual workflow_dispatch workflow that promotes SDK updates from this
staging repository to warpdotdev/oz-sdk-python by calling the shared
warpdotdev/warp-github-actions/.github/actions/promote_oz_sdk action.
Only the OZ_SDK_PRODUCTION_REPO_TOKEN secret is required. The production
repo name, release branch (stainless/release), and PR title
('Release SDK updates') are all managed by the shared action.
Co-Authored-By: Oz <oz-agent@warp.dev>
* Add Oz SDK promotion workflow
Co-Authored-By: Oz <oz-agent@warp.dev>
* Checkout full history for SDK promotion
Co-Authored-By: Oz <oz-agent@warp.dev>
* Update action name
---------
Co-authored-by: Oz <oz-agent@warp.dev>
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.5 dependency-type: direct:production dependency-group: uv - dependency-name: idna dependency-version: '3.15' dependency-type: indirect dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Stainless-Generated-From: c19340ba90218aca1b6f161cda3c8432341896b8
Stainless-Generated-From: e3a3b28417a6ab3ebf0d1f3dfd20208b4d76ff7b
Stainless-Generated-From: eee2b456017cc9a6c2d997b01b231302525d2ebb
Stainless-Generated-From: 5141d1e8fe237b2a0f3c9a69dbdb4b24865a097e
…fixes - aiohttp restricted to python_version>='3.10' + >=3.14.1: resolves CVE-2026-34993, CVE-2026-47265, CVE-2026-54273 through CVE-2026-54280, CVE-2026-50269 - pytest>=9.0.3 (python_version>='3.10' constraint): resolves CVE-2025-71176 - pygments>=2.20.0: resolves CVE-2026-4539 (ReDoS) Stainless-Generated-From: ed25fd4 Co-Authored-By: Oz <oz-agent@warp.dev>
…(oz-sdk-typescript) Stainless-Generated-From: fd4deae13bfc3c0c5df989a0ec3f3c3782f4a170
…fixes) Stainless-Generated-From: 4ab431c104fb2e887cc8bea4abaa07cba4374349 Co-Authored-By: Oz <oz-agent@warp.dev>
…on Python 3.9 aiohttp>=3.14.1 dropped Python 3.9 support, so the aiohttp extra is restricted to python_version>='3.10'. On Python 3.9, httpx_aiohttp is not installed, causing pyright to emit reportMissingImports and reportUnknownMemberType errors in _base_client.py. Suppress them with targeted type: ignore comments (consistent with existing # type: ignore on the class definition line). Stainless-Generated-From: 4ab431c104fb2e887cc8bea4abaa07cba4374349 Co-Authored-By: Oz <oz-agent@warp.dev>
Stainless-Generated-From: 562b7b5ad7e0f38d3643d69a8ab22b72dc4f934c
liliwilson
approved these changes
Jun 25, 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.
Content changes