Skip to content

Commit 3c47237

Browse files
authored
Merge pull request #5 from unkeyed/speakeasy-sdk-regen-1730334330
chore: 🐝 Update SDK - Generate 0.9.0
2 parents 367c58e + f9565f1 commit 3c47237

Some content is hidden

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

65 files changed

+2912
-1022
lines changed

.speakeasy/gen.lock

Lines changed: 123 additions & 16 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ generation:
1414
requestResponseComponentNamesFeb2024: true
1515
auth:
1616
oAuth2ClientCredentialsEnabled: true
17+
oAuth2PasswordEnabled: false
1718
python:
18-
version: 0.8.0
19+
version: 0.9.0
1920
additionalDependencies:
2021
dev: {}
2122
main: {}
2223
authors:
2324
- Speakeasy
2425
clientServerStatusCodesAsErrors: true
26+
defaultErrorName: SDKError
2527
description: Python Client SDK for unkey.com.
2628
enumFormat: enum
2729
envVarPrefix: UNKEY

.speakeasy/workflow.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
speakeasyVersion: 1.423.2
1+
speakeasyVersion: 1.453.4
22
sources:
33
Unkey-OAS:
44
sourceNamespace: unkey-oas
5-
sourceRevisionDigest: sha256:77cec2c8c45e9c130ef57d68743807e7bd2403cf3614d8b104c608abfc316d9a
6-
sourceBlobDigest: sha256:6af87205b63b788e53a11d7145cd48df3e627187a5a2f694c27e3b2b49b06871
5+
sourceRevisionDigest: sha256:8195101f876a2dee27540ad46a0ff11904f6f41eaab663ca7e6d6ec88adf8c68
6+
sourceBlobDigest: sha256:2ec7e32aea77a854bdd608875cfcd1110ba479f365389e3707bfff61885ff102
77
tags:
88
- latest
9-
- main
9+
- speakeasy-sdk-regen-1730334330
10+
- 1.0.0
1011
targets:
1112
unkey:
1213
source: Unkey-OAS
1314
sourceNamespace: unkey-oas
14-
sourceRevisionDigest: sha256:77cec2c8c45e9c130ef57d68743807e7bd2403cf3614d8b104c608abfc316d9a
15-
sourceBlobDigest: sha256:6af87205b63b788e53a11d7145cd48df3e627187a5a2f694c27e3b2b49b06871
16-
codeSamplesNamespace: unkey-oas-code-samples
17-
codeSamplesRevisionDigest: sha256:f18c29a9afe25af19229473983a93ecff14afe2b9bc83801efb54f38182a1057
15+
sourceRevisionDigest: sha256:8195101f876a2dee27540ad46a0ff11904f6f41eaab663ca7e6d6ec88adf8c68
16+
sourceBlobDigest: sha256:2ec7e32aea77a854bdd608875cfcd1110ba479f365389e3707bfff61885ff102
17+
codeSamplesNamespace: unkey-oas-python-code-samples
18+
codeSamplesRevisionDigest: sha256:4c557e4115ee27d060ee91bebe3faa42dfaea6651b128997b9f722c7992a96fc
1819
workflow:
1920
workflowVersion: 1.0.0
2021
speakeasyVersion: latest
@@ -35,5 +36,5 @@ workflow:
3536
token: $pypi_token
3637
codeSamples:
3738
registry:
38-
location: registry.speakeasyapi.dev/unkey/unkey/unkey-oas-code-samples
39+
location: registry.speakeasyapi.dev/unkey/unkey/unkey-oas-python-code-samples
3940
blocking: false

.speakeasy/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ targets:
1717
token: $pypi_token
1818
codeSamples:
1919
registry:
20-
location: registry.speakeasyapi.dev/unkey/unkey/unkey-oas-code-samples
20+
location: registry.speakeasyapi.dev/unkey/unkey/unkey-oas-python-code-samples
2121
blocking: false

0 commit comments

Comments
 (0)