Skip to content
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

chore: 🐝 Update SDK - Generate SDK 0.8.0 #16

Open
wants to merge 1 commit 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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5,164 changes: 1,534 additions & 3,630 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,23 @@ generation:
requestResponseComponentNamesFeb2024: true
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
python:
version: 0.7.0
version: 0.8.0
additionalDependencies:
dev: {}
main: {}
authors:
- Speakeasy
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
description: Python Client SDK Generated by Speakeasy.
enumFormat: enum
fixFlags:
responseRequiredSep2024: false
flattenGlobalSecurity: true
flattenRequests: false
flatteningOrder: parameters-first
imports:
option: openapi
paths:
Expand Down
15 changes: 7 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
speakeasyVersion: 1.352.2
speakeasyVersion: 1.440.2
sources:
openapi-main:
sourceNamespace: openapi-main
sourceRevisionDigest: sha256:ee9530a9c0d9b4168cd8f196bfc4fe2f8114b7bcabeced7ff1c367cd9b1c9833
sourceBlobDigest: sha256:73e64741e7167fa8e745f9e9097eb4319079fe03ed544105eedf09200cbcc501
sourceRevisionDigest: sha256:4df86292a3466dfc43845d416a1c9c2364e3616d2e0f5ddc536ef99ccdacf34d
sourceBlobDigest: sha256:c3baeb1c04282c36b71950e2794c677901e518bc81a6fbe3b27510ce6d74e56a
tags:
- latest
- main
- speakeasy-sdk-regen-1731953556
targets:
python:
source: openapi-main
sourceNamespace: openapi-main
sourceRevisionDigest: sha256:ee9530a9c0d9b4168cd8f196bfc4fe2f8114b7bcabeced7ff1c367cd9b1c9833
sourceBlobDigest: sha256:73e64741e7167fa8e745f9e9097eb4319079fe03ed544105eedf09200cbcc501
sourceRevisionDigest: sha256:4df86292a3466dfc43845d416a1c9c2364e3616d2e0f5ddc536ef99ccdacf34d
sourceBlobDigest: sha256:c3baeb1c04282c36b71950e2794c677901e518bc81a6fbe3b27510ce6d74e56a
codeSamplesNamespace: code-samples-python
codeSamplesRevisionDigest: sha256:035fb02c149fe065da447911ecd03e8c799ed7263f2b2dde62e1a1b4bef00a5e
outLocation: /github/workspace/repo
codeSamplesRevisionDigest: sha256:b1f5ac968527ae9476bd3384b3dacc197157ddc7ad8b339e24ec1b2a201222a1
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
616 changes: 242 additions & 374 deletions README.md

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,14 @@ Based on:
### Generated
- [python v0.7.0] .
### Releases
- [PyPI v0.7.0] https://pypi.org/project/panora-sdk/0.7.0 - .
- [PyPI v0.7.0] https://pypi.org/project/panora-sdk/0.7.0 - .

## 2024-11-18 18:12:32
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.440.2 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.8.0] .
### Releases
- [PyPI v0.8.0] https://pypi.org/project/panora-sdk/0.8.0 - .
1 change: 0 additions & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ s = Panora(
api_key="<YOUR_API_KEY_HERE>",
)


res = s.hello()

if res is not None:
Expand Down
Loading