Skip to content

release: 0.1.1#3

Merged
ianhodge merged 2 commits into
mainfrom
release-please--branches--main--changes--next
Dec 17, 2025
Merged

release: 0.1.1#3
ianhodge merged 2 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Dec 17, 2025

Copy link
Copy Markdown
Contributor

Automated Release PR

0.1.1 (2025-12-17)

Full Changelog: v0.1.0...v0.1.1

Documentation

  • add environment and config usage documentation (487b1cf)

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

@ianhodge ianhodge merged commit b84002b into main Dec 17, 2025
7 checks passed
@stainless-app

stainless-app Bot commented Dec 17, 2025

Copy link
Copy Markdown
Contributor Author

ianhodge added a commit that referenced this pull request Jun 11, 2026
* Add Oz SDK promotion workflow (#3)

* 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>

* Bump the uv group across 1 directory with 2 updates (#4)

---
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>

* Build SDK

Stainless-Generated-From: a80b3e8ef56463acbe762939a0ceaaf671b78a1b

* chore: restore promote workflow and changelog as sealed custom code

Stainless-Generated-From: c19340ba90218aca1b6f161cda3c8432341896b8

* chore: validate stlc 0.2.0 e2e after fork sync

Stainless-Generated-From: b84233a5d344c475bc4682f0b5f5aafe583a89f2

* fix: require aiohttp>=3.13.5 to resolve CVE-2026-22815

Durable replacement for the lockfile-only bump on production (03d6bc4):
a version floor in pyproject.toml survives stlc regeneration, whereas
raw uv.lock changes conflict on every rebuild.

* ci: restore test job (runs unit tests; mock tests remain skipped)

Same rationale as oz-sdk-typescript-staging: stlc omits the test job
without a hosted spec URL. 472 unit tests pass without prism.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ben Navetta <ben@warp.dev>
Co-authored-by: Oz <oz-agent@warp.dev>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: stlc-bot <stlc-bot@users.noreply.github.com>
Co-authored-by: Ian Hodge <ian@warp.dev>
liliwilson added a commit that referenced this pull request Jun 25, 2026
* Add Oz SDK promotion workflow (#3)

* 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>

* Bump the uv group across 1 directory with 2 updates (#4)

---
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>

* Build SDK

Stainless-Generated-From: a80b3e8ef56463acbe762939a0ceaaf671b78a1b

* chore: restore promote workflow and changelog as sealed custom code

Stainless-Generated-From: c19340ba90218aca1b6f161cda3c8432341896b8

* Build SDK

Stainless-Generated-From: 93f5653b5c1b4e8b1a31ac8cd58be725f76642c8

* feat(deps): seal idna>=3.15 + aiohttp>=3.13.5 CVE floors as custom code

Stainless-Generated-From: e3a3b28417a6ab3ebf0d1f3dfd20208b4d76ff7b

* Build SDK

Stainless-Generated-From: 6fa5d3b68b9104c4abd495d1bc4831a12884e231

* ci: restore test job as sealed custom code

Stainless-Generated-From: eee2b456017cc9a6c2d997b01b231302525d2ebb

* chore: reseal python stlc tracking file to current staging main

Stainless-Generated-From: 5141d1e8fe237b2a0f3c9a69dbdb4b24865a097e

* fix(deps): seal aiohttp>=3.14.1, pytest>=9.0.3, pygments>=2.20.0 CVE 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>

* fix(stlc): seal handlebars>=4.7.9 pin for CVE-2026-33937 and related (oz-sdk-typescript)

Stainless-Generated-From: fd4deae13bfc3c0c5df989a0ec3f3c3782f4a170

* fix(deps): pin aiohttp>=3.14.1, pytest>=9.0.3, pygments>=2.20.0 (CVE fixes)

Stainless-Generated-From: 4ab431c104fb2e887cc8bea4abaa07cba4374349

Co-Authored-By: Oz <oz-agent@warp.dev>

* fix(lint): suppress pyright errors for optional httpx_aiohttp import 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>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ben Navetta <ben@warp.dev>
Co-authored-by: Oz <oz-agent@warp.dev>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: stlc-bot <stlc-bot@users.noreply.github.com>
Co-authored-by: Ian Hodge <ian@warp.dev>
Co-authored-by: liliwilson <lilimmwilson@gmail.com>
Co-authored-by: Lili Wilson <lili@warp.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant