diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 683bc1d4..9e14395a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,14 +61,18 @@ jobs: run: rye build - name: Get GitHub OIDC Token - if: github.repository == 'stainless-sdks/knock-python' + if: |- + github.repository == 'stainless-sdks/knock-python' && + !startsWith(github.ref, 'refs/heads/stl/') id: github-oidc uses: actions/github-script@v8 with: script: core.setOutput('github_token', await core.getIDToken()); - name: Upload tarball - if: github.repository == 'stainless-sdks/knock-python' + if: |- + github.repository == 'stainless-sdks/knock-python' && + !startsWith(github.ref, 'refs/heads/stl/') env: URL: https://pkg.stainless.com/s AUTH: ${{ steps.github-oidc.outputs.github_token }} diff --git a/.release-please-manifest.json b/.release-please-manifest.json index efc2d51b..cdcf20eb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.22.1" + ".": "1.23.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 817e1f12..2c7f8ff4 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 90 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-eaaacf2abf99e5ee2fd681d70e02e9d0bbc7a0216d25cf4f10bae75c5fb59df5.yml -openapi_spec_hash: 51a8f39a76a1bcd85d29a0949d6c353a +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-f28db2de9832bc5eb6f9116139dda9b5c629173f18da70edfce9fe2039997123.yml +openapi_spec_hash: 490c9be7d8cafe8b9798bce84798028b config_hash: 32503026a45db991d0d102f25af40a77 diff --git a/CHANGELOG.md b/CHANGELOG.md index e9aa1758..898774d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 1.23.0 (2026-03-12) + +Full Changelog: [v1.22.1...v1.23.0](https://github.com/knocklabs/knock-python/compare/v1.22.1...v1.23.0) + +### Features + +* **api:** api update ([b1d76bc](https://github.com/knocklabs/knock-python/commit/b1d76bc463172822bc2fad95586991c132431aa5)) +* **api:** api update ([27e9425](https://github.com/knocklabs/knock-python/commit/27e94255f35365a57c78254789185c3e3fa059dd)) +* **api:** api update ([9580e88](https://github.com/knocklabs/knock-python/commit/9580e88cd8e4447bee23afa25485e038d61a557d)) +* **api:** api update ([453061c](https://github.com/knocklabs/knock-python/commit/453061c6e2671a8d57430dcc06054510ac513db5)) + + +### Chores + +* **ci:** skip uploading artifacts on stainless-internal branches ([3a0d565](https://github.com/knocklabs/knock-python/commit/3a0d56535fee93f9adf76615208dc37be7cc2acd)) + ## 1.22.1 (2026-03-05) Full Changelog: [v1.22.0...v1.22.1](https://github.com/knocklabs/knock-python/compare/v1.22.0...v1.22.1) diff --git a/pyproject.toml b/pyproject.toml index 74cf495f..2d1cd3c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "knockapi" -version = "1.22.1" +version = "1.23.0" description = "The official Python library for the knock API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/knockapi/_version.py b/src/knockapi/_version.py index 5238249a..fa5fc139 100644 --- a/src/knockapi/_version.py +++ b/src/knockapi/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "knockapi" -__version__ = "1.22.1" # x-release-please-version +__version__ = "1.23.0" # x-release-please-version