Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.22.1"
".": "1.23.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/knockapi/_version.py
Original file line number Diff line number Diff line change
@@ -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