Skip to content

Commit e603953

Browse files
committed
## Python SDK Changes:
* `clerk.billing.list_plans()`: `response.data[].fee` **Changed** (Breaking ⚠️) * `clerk.users.get_billing_subscription()`: `response.subscription_items[].plan.fee` **Changed** (Breaking ⚠️) * `clerk.organizations.get_billing_subscription()`: `response.subscription_items[].plan.fee` **Changed** (Breaking ⚠️) * `clerk.billing.create_price_transition()`: `response` **Changed** (Breaking ⚠️) * `clerk.billing.extend_subscription_item_free_trial()`: `response.plan` **Changed** (Breaking ⚠️) * `clerk.billing.cancel_subscription_item()`: `response.plan.fee` **Changed** (Breaking ⚠️) * `clerk.billing.list_subscription_items()`: `response.data[].plan.fee` **Changed** (Breaking ⚠️) * `clerk.billing.create_price()`: * `request` **Changed** * `response` **Changed** (Breaking ⚠️) * `clerk.billing.list_prices()`: `response.data[]` **Changed** (Breaking ⚠️) * `clerk.saml_connections.get()`: `response` **Changed** * `clerk.enterprise_connections.update()`: * `request` **Changed** * `response` **Changed** * `clerk.agent_tasks.create()`: `response.agent_task_id` **Added** * `clerk.agent_tasks.revoke()`: `response.agent_task_id` **Added** * `clerk.enterprise_connections.get()`: `response` **Changed** * `clerk.enterprise_connections.create()`: * `request` **Changed** * `response` **Changed** * `clerk.enterprise_connections.list()`: `response.data[]` **Changed** * `clerk.saml_connections.update()`: * `request.allow_organization_account_linking` **Added** * `response` **Changed** * `clerk.email_addresses.delete()`: `error.status[409]` **Added** * `clerk.saml_connections.create()`: `response` **Changed** * `clerk.saml_connections.list()`: `response.data[]` **Changed**
1 parent 7b104cd commit e603953

63 files changed

Lines changed: 1212 additions & 347 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.speakeasy/gen.lock

Lines changed: 168 additions & 115 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ generation:
2929
generateNewTests: false
3030
skipResponseBodyAssertions: false
3131
python:
32-
version: 5.0.6
32+
version: 5.0.7
3333
additionalDependencies:
3434
dev:
3535
pytest: ^8.3.3

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.758.0
1+
speakeasyVersion: 1.761.1
22
sources:
33
clerk-openapi:
44
sourceNamespace: clerk-openapi
5-
sourceRevisionDigest: sha256:36f851e944405f2e6ece2ac43b9b0642f2b94b1c95ebd8d02196a9f3b531f0cb
6-
sourceBlobDigest: sha256:c9d957b2351cfef0bf1e87867f3adf8b860e2716b54fdcae2011895cd3b90593
5+
sourceRevisionDigest: sha256:ffec41025ebf2ce7ca8e9b29105eac23ebac6c82cd106048bcf8340f7c998847
6+
sourceBlobDigest: sha256:cd1308e38a9b4457a5fa8443ebf5562e3b0239e873565f131503484f7c1399b4
77
tags:
88
- latest
99
- "2025-11-10"
1010
targets:
1111
clerk-sdk-python:
1212
source: clerk-openapi
1313
sourceNamespace: clerk-openapi
14-
sourceRevisionDigest: sha256:36f851e944405f2e6ece2ac43b9b0642f2b94b1c95ebd8d02196a9f3b531f0cb
15-
sourceBlobDigest: sha256:c9d957b2351cfef0bf1e87867f3adf8b860e2716b54fdcae2011895cd3b90593
14+
sourceRevisionDigest: sha256:ffec41025ebf2ce7ca8e9b29105eac23ebac6c82cd106048bcf8340f7c998847
15+
sourceBlobDigest: sha256:cd1308e38a9b4457a5fa8443ebf5562e3b0239e873565f131503484f7c1399b4
1616
codeSamplesNamespace: clerk-openapi-python-code-samples
17-
codeSamplesRevisionDigest: sha256:a66e8d5204414e19c57801081a54a122ed47534dc71e2aabc7d6b8514a97f8e0
17+
codeSamplesRevisionDigest: sha256:c3dd0d8fc680031fe30c9e930d79821edddca0c673dec74436aa56e9d766b46a
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,4 +598,14 @@ Based on:
598598
### Generated
599599
- [python v5.0.6] .
600600
### Releases
601-
- [PyPI v5.0.6] https://pypi.org/project/clerk-backend-api/5.0.6 - .
601+
- [PyPI v5.0.6] https://pypi.org/project/clerk-backend-api/5.0.6 - .
602+
603+
## 2026-04-05 00:36:38
604+
### Changes
605+
Based on:
606+
- OpenAPI Doc
607+
- Speakeasy CLI 1.761.1 (2.879.6) https://github.com/speakeasy-api/speakeasy
608+
### Generated
609+
- [python v5.0.7] .
610+
### Releases
611+
- [PyPI v5.0.7] https://pypi.org/project/clerk-backend-api/5.0.7 - .

docs/models/agenttask.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Success
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
10-
| `object` | [models.AgentTaskObject](../models/agenttaskobject.md) | :heavy_check_mark: | N/A |
11-
| `agent_id` | *str* | :heavy_check_mark: | A stable identifier for the agent, unique per agent_name within an instance.<br/> |
12-
| `task_id` | *str* | :heavy_check_mark: | A unique identifier for this agent task.<br/> |
13-
| `url` | *Optional[str]* | :heavy_minus_sign: | The URL that, when visited, creates a session for the user. Only present in the response to a create request.<br/> |
8+
| Field | Type | Required | Description |
9+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `object` | [models.AgentTaskObject](../models/agenttaskobject.md) | :heavy_check_mark: | N/A |
11+
| `agent_id` | *str* | :heavy_check_mark: | A stable identifier for the agent, unique per agent_name within an instance.<br/> |
12+
| `agent_task_id` | *str* | :heavy_check_mark: | A unique identifier for this agent task.<br/> |
13+
| ~~`task_id`~~ | *str* | :heavy_check_mark: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>A unique identifier for this agent task. Deprecated: use agent_task_id instead.<br/> |
14+
| `url` | *Optional[str]* | :heavy_minus_sign: | The URL that, when visited, creates a session for the user. Only present in the response to a create request.<br/> |

0 commit comments

Comments
 (0)