Skip to content

Commit 1f4d75b

Browse files
committed
## Python SDK Changes:
* `clerk.users.create()`: `request.skip_user_requirement` **Added**
1 parent 8980d2d commit 1f4d75b

File tree

15 files changed

+95
-54
lines changed

15 files changed

+95
-54
lines changed

.speakeasy/gen.lock

Lines changed: 35 additions & 33 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ generation:
2626
generateNewTests: false
2727
skipResponseBodyAssertions: false
2828
python:
29-
version: 4.2.0
29+
version: 4.2.1
3030
additionalDependencies:
3131
dev:
3232
pytest: ^8.3.3
@@ -42,6 +42,7 @@ python:
4242
- Clerk
4343
baseErrorName: ClerkBaseError
4444
clientServerStatusCodesAsErrors: true
45+
constFieldCasing: upper
4546
defaultErrorName: SDKError
4647
description: Python Client SDK for clerk.dev
4748
enableCustomCodeRegions: true

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.675.4
1+
speakeasyVersion: 1.680.5
22
sources:
33
clerk-openapi:
44
sourceNamespace: clerk-openapi
5-
sourceRevisionDigest: sha256:09b381d1731c7bb152fc6dba85bf99b2177dc9d23ca25192603196d8549af4c2
6-
sourceBlobDigest: sha256:33fc4e4e521dbde227ffb63777693bcb96c241a26d7b0e307fa2cb9d3a5e1610
5+
sourceRevisionDigest: sha256:8c3fe26cabc9b944b61808f28392a0797591dedbbc82af7ac1d0edcf840e1533
6+
sourceBlobDigest: sha256:9c1b79ee4a3b7fbfc2b421730418b546deba3d2043b225bd93dc99e7f462f52d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1765481971
9+
- speakeasy-sdk-regen-1766103909
1010
- "2025-11-10"
1111
targets:
1212
clerk-sdk-python:
1313
source: clerk-openapi
1414
sourceNamespace: clerk-openapi
15-
sourceRevisionDigest: sha256:09b381d1731c7bb152fc6dba85bf99b2177dc9d23ca25192603196d8549af4c2
16-
sourceBlobDigest: sha256:33fc4e4e521dbde227ffb63777693bcb96c241a26d7b0e307fa2cb9d3a5e1610
15+
sourceRevisionDigest: sha256:8c3fe26cabc9b944b61808f28392a0797591dedbbc82af7ac1d0edcf840e1533
16+
sourceBlobDigest: sha256:9c1b79ee4a3b7fbfc2b421730418b546deba3d2043b225bd93dc99e7f462f52d
1717
codeSamplesNamespace: clerk-openapi-python-code-samples
18-
codeSamplesRevisionDigest: sha256:b4a32406ece8ceb85b90020a77787302aa1bc828c3a104f48236fd560a4fc240
18+
codeSamplesRevisionDigest: sha256:1be6971933f858df539cd8ed8c3a672bc95c760533f7db1b92efb4221269f763
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,4 +528,14 @@ Based on:
528528
### Generated
529529
- [python v4.2.0] .
530530
### Releases
531-
- [PyPI v4.2.0] https://pypi.org/project/clerk-backend-api/4.2.0 - .
531+
- [PyPI v4.2.0] https://pypi.org/project/clerk-backend-api/4.2.0 - .
532+
533+
## 2025-12-26 00:24:29
534+
### Changes
535+
Based on:
536+
- OpenAPI Doc
537+
- Speakeasy CLI 1.680.5 (2.788.7) https://github.com/speakeasy-api/speakeasy
538+
### Generated
539+
- [python v4.2.1] .
540+
### Releases
541+
- [PyPI v4.2.1] https://pypi.org/project/clerk-backend-api/4.2.1 - .

docs/models/createmachinerequestbody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
| Field | Type | Required | Description |
77
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
88
| `name` | *str* | :heavy_check_mark: | The name of the machine |
9-
| `scoped_machines` | List[*str*] | :heavy_minus_sign: | Array of machine IDs that this machine will have access to. Maximum of 25 scopes per machine. |
9+
| `scoped_machines` | List[*str*] | :heavy_minus_sign: | Array of machine IDs that this machine will have access to. Maximum of 150 scopes per machine. |
1010
| `default_token_ttl` | *Optional[int]* | :heavy_minus_sign: | The default time-to-live (TTL) in seconds for tokens created by this machine. Must be at least 1 second. |

0 commit comments

Comments
 (0)