Skip to content

chore: 🐝 Update SDK - Generate 0.10.0 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**/.speakeasy/temp/
**/.speakeasy/logs/
.speakeasy/reports
.venv/
src/*.egg-info/
.python-version
Expand Down
384 changes: 265 additions & 119 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ generation:
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: true
nameResolutionFeb2025: false
parameterOrderingFeb2024: true
requestResponseComponentNamesFeb2024: true
securityFeb2025: false
sharedErrorComponentsApr2025: false
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
python:
version: 0.9.0
version: 0.10.0
additionalDependencies:
dev: {}
main: {}
Expand All @@ -25,6 +28,7 @@ python:
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
description: Python Client SDK for unkey.com.
enableCustomCodeRegions: false
enumFormat: enum
envVarPrefix: UNKEY
fixFlags:
Expand All @@ -43,7 +47,9 @@ python:
inputModelSuffix: input
maxMethodParams: 4
methodArguments: infer-optional-args
moduleName: ""
outputModelSuffix: output
packageName: unkey.py
pytestTimeout: 0
responseFormat: envelope-http
templateVersion: v2
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.453.4
speakeasyVersion: 1.542.0
sources:
Unkey-OAS:
sourceNamespace: unkey-oas
sourceRevisionDigest: sha256:8195101f876a2dee27540ad46a0ff11904f6f41eaab663ca7e6d6ec88adf8c68
sourceBlobDigest: sha256:2ec7e32aea77a854bdd608875cfcd1110ba479f365389e3707bfff61885ff102
sourceRevisionDigest: sha256:d5386d2b7ceb64c1bd678989c98363c6cdaa5bddd89e557bf20476a617a49d6e
sourceBlobDigest: sha256:99c00387b470650dda0238b6e3583fb159f6a37e5fcb6615d33b1e8c0b0d8816
tags:
- latest
- speakeasy-sdk-regen-1730334330
- speakeasy-sdk-regen-1739752037
- 1.0.0
targets:
unkey:
source: Unkey-OAS
sourceNamespace: unkey-oas
sourceRevisionDigest: sha256:8195101f876a2dee27540ad46a0ff11904f6f41eaab663ca7e6d6ec88adf8c68
sourceBlobDigest: sha256:2ec7e32aea77a854bdd608875cfcd1110ba479f365389e3707bfff61885ff102
sourceRevisionDigest: sha256:d5386d2b7ceb64c1bd678989c98363c6cdaa5bddd89e557bf20476a617a49d6e
sourceBlobDigest: sha256:99c00387b470650dda0238b6e3583fb159f6a37e5fcb6615d33b1e8c0b0d8816
codeSamplesNamespace: unkey-oas-python-code-samples
codeSamplesRevisionDigest: sha256:4c557e4115ee27d060ee91bebe3faa42dfaea6651b128997b9f722c7992a96fc
codeSamplesRevisionDigest: sha256:8da04e4f13997f10374b747e86cf7244e4e1a9077e641bf6ac58023dd296f4fa
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
Loading