Skip to content

Commit

Permalink
Merge pull request #9 from structure-ac/speakeasy-sdk-regen-1680742525
Browse files Browse the repository at this point in the history
chore: speakeasy sdk regeneration - Generate
  • Loading branch information
tylerhoran authored Apr 6, 2023
2 parents 6f5ec64 + ca9d571 commit 5726e3d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,12 @@ Based on:
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
- Speakeasy CLI 1.19.3 (2.16.7) https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.0.4] https://pypi.org/project/structure_py/0.0.4 - .
- [PyPI v0.0.4] https://pypi.org/project/structure_py/0.0.4 - .

## 2023-04-06 00:55:24
### Changes
Based on:
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
- Speakeasy CLI 1.19.6 (2.17.8) https://github.com/speakeasy-api/speakeasy
### Releases
- [PyPI v0.1.0] https://pypi.org/project/structure_py/0.1.0 - .
6 changes: 3 additions & 3 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ configVersion: 1.0.0
management:
docChecksum: 806f4efd39380ded206093b8704f66ee
docVersion: "1.0"
speakeasyVersion: 1.19.3
generationVersion: 2.16.7
speakeasyVersion: 1.19.6
generationVersion: 2.17.8
generation:
telemetryEnabled: false
sdkClassName: SDK
sdkFlattening: true
singleTagPerOp: false
python:
version: 0.0.4
version: 0.1.0
author: Structure
description: Python Client SDK Generated by Speakeasy
packageName: structure_py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="structure_py",
version="0.0.4",
version="0.1.0",
author="Structure",
description="Python Client SDK Generated by Speakeasy",
long_description=long_description,
Expand Down
4 changes: 2 additions & 2 deletions src/sdk/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class SDK:
_security_client: requests_http.Session
_server_url: str = SERVERS[0]
_language: str = "python"
_sdk_version: str = "0.0.4"
_gen_version: str = "2.16.7"
_sdk_version: str = "0.1.0"
_gen_version: str = "2.17.8"

def __init__(self,
security: shared.Security = None,
Expand Down

0 comments on commit 5726e3d

Please sign in to comment.