Skip to content

chore: 🐝 Update SDK - Generate 0.22.2 #100

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
215 changes: 104 additions & 111 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.22.1
version: 0.22.2
additionalDependencies:
dev:
pydantic-ai-slim: ^0.1.0
Expand Down
15 changes: 8 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.567.1
speakeasyVersion: 1.581.2
sources:
Polar-OAS:
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:896b0098165ce84eb8a955202412c61eabdfad0330c0b211b5560754faa9c819
sourceBlobDigest: sha256:d8b25963e07c3aed89cf253001044af257ac0ebeaffd44140c1b68ce369d9dd9
sourceRevisionDigest: sha256:9e4f29b476148b87dbcbc39c978d6d860e8a025f5ceb2380aed27feab0e7d176
sourceBlobDigest: sha256:c1808c03b5c463281affcfcd41c77346f92cd1c4faa37fe2c66d98ed30b2bc6e
tags:
- latest
- speakeasy-sdk-regen-1750333050
- speakeasy-sdk-regen-1751328994
- 0.1.0
targets:
polar:
source: Polar-OAS
sourceNamespace: polar-oas
sourceRevisionDigest: sha256:896b0098165ce84eb8a955202412c61eabdfad0330c0b211b5560754faa9c819
sourceBlobDigest: sha256:d8b25963e07c3aed89cf253001044af257ac0ebeaffd44140c1b68ce369d9dd9
sourceRevisionDigest: sha256:9e4f29b476148b87dbcbc39c978d6d860e8a025f5ceb2380aed27feab0e7d176
sourceBlobDigest: sha256:c1808c03b5c463281affcfcd41c77346f92cd1c4faa37fe2c66d98ed30b2bc6e
codeSamplesNamespace: polar-oas-py-code-samples
codeSamplesRevisionDigest: sha256:a414ca51ed9d849d7bb9099db0526f458f46577aadcda15d3de36b8ebd98a261
codeSamplesRevisionDigest: sha256:0ad7ed5ff862d6d0a8582eddde5c7b0213e1b5e35d494cf0f7f4d04e4081aaf7
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand All @@ -28,6 +28,7 @@ workflow:
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/type_parameter.yml
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/read_only.yml
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/event_discriminator.yml
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/timezone_enum.yml
registry:
location: registry.speakeasyapi.dev/polar/polar/polar-oas
targets:
Expand Down
46 changes: 23 additions & 23 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
Polar-OAS:
inputs:
- location: https://api.polar.sh/openapi.json
overlays:
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/security.yml
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/type_parameter.yml
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/read_only.yml
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/event_discriminator.yml
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/timezone_enum.yml
registry:
location: registry.speakeasyapi.dev/polar/polar/polar-oas
Polar-OAS:
inputs:
- location: https://api.polar.sh/openapi.json
overlays:
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/security.yml
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/type_parameter.yml
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/read_only.yml
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/event_discriminator.yml
- location: https://raw.githubusercontent.com/polarsource/polar/main/sdk/overlays/timezone_enum.yml
registry:
location: registry.speakeasyapi.dev/polar/polar/polar-oas
targets:
polar:
target: python
source: Polar-OAS
publish:
pypi:
token: $pypi_token
codeSamples:
output: codeSamples.yaml
registry:
location: registry.speakeasyapi.dev/polar/polar/polar-oas-py-code-samples
labelOverride:
fixedValue: Python (SDK)
polar:
target: python
source: Polar-OAS
publish:
pypi:
token: $pypi_token
codeSamples:
output: codeSamples.yaml
registry:
location: registry.speakeasyapi.dev/polar/polar/polar-oas-py-code-samples
labelOverride:
fixedValue: Python (SDK)
Loading