Skip to content

Commit 6567c1b

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.267.0
1 parent 172d782 commit 6567c1b

File tree

7 files changed

+30
-11
lines changed

7 files changed

+30
-11
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: b0b519b1-d1d3-43b2-82dd-b4292eadd4b0
33
management:
4-
docChecksum: 95815a9501527c69c4aab613380685a5
4+
docChecksum: 141a9989778e09b7c6bb43e496b49905
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.260.6
7-
generationVersion: 2.311.1
8-
releaseVersion: 5.6.9
9-
configChecksum: e897e408ee0a017bcd67fa33922a9377
6+
speakeasyVersion: 1.267.0
7+
generationVersion: 2.312.0
8+
releaseVersion: 5.6.10
9+
configChecksum: ca30bf8280c17f0b2d6fade804dc4733
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,4 +1476,14 @@ Based on:
14761476
### Generated
14771477
- [python v5.6.9] .
14781478
### Releases
1479-
- [PyPI v5.6.9] https://pypi.org/project/speakeasy-client-sdk-python/5.6.9 - .
1479+
- [PyPI v5.6.9] https://pypi.org/project/speakeasy-client-sdk-python/5.6.9 - .
1480+
1481+
## 2024-04-20 00:10:20
1482+
### Changes
1483+
Based on:
1484+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1485+
- Speakeasy CLI 1.267.0 (2.312.0) https://github.com/speakeasy-api/speakeasy
1486+
### Generated
1487+
- [python v5.6.10] .
1488+
### Releases
1489+
- [PyPI v5.6.10] https://pypi.org/project/speakeasy-client-sdk-python/5.6.10 - .

docs/models/shared/targetsdk.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@
3030
| `git_user_name` | *Optional[str]* | :heavy_minus_sign: | User's name from git configuration. (not GitHub username) |
3131
| `hostname` | *Optional[str]* | :heavy_minus_sign: | Remote hostname. |
3232
| `repo_label` | *Optional[str]* | :heavy_minus_sign: | Label of the git repository. |
33+
| `source_blob_digest` | *Optional[str]* | :heavy_minus_sign: | The blob digest of the source. |
34+
| `source_namespace_name` | *Optional[str]* | :heavy_minus_sign: | The namespace name of the source. |
35+
| `source_revision_digest` | *Optional[str]* | :heavy_minus_sign: | The revision digest of the source. |
3336
| `success` | *Optional[bool]* | :heavy_minus_sign: | Indicates whether the event was successful. |

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
python:
13-
version: 5.6.9
13+
version: 5.6.10
1414
additionalDependencies:
1515
dependencies: {}
1616
extraDependencies:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setuptools.setup(
2121
name='speakeasy-client-sdk-python',
22-
version='5.6.9',
22+
version='5.6.10',
2323
author='Speakeasy',
2424
description='Speakeasy API Client SDK for Python',
2525
url='https://github.com/speakeasy-api/speakeasy-client-sdk-python.git',

src/speakeasy/models/shared/targetsdk.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ class TargetSDK:
6363
r"""Remote hostname."""
6464
repo_label: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('repo_label'), 'exclude': lambda f: f is None }})
6565
r"""Label of the git repository."""
66+
source_blob_digest: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('source_blob_digest'), 'exclude': lambda f: f is None }})
67+
r"""The blob digest of the source."""
68+
source_namespace_name: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('source_namespace_name'), 'exclude': lambda f: f is None }})
69+
r"""The namespace name of the source."""
70+
source_revision_digest: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('source_revision_digest'), 'exclude': lambda f: f is None }})
71+
r"""The revision digest of the source."""
6672
success: Optional[bool] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('success'), 'exclude': lambda f: f is None }})
6773
r"""Indicates whether the event was successful."""
6874

src/speakeasy/sdkconfiguration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ class SDKConfiguration:
2626
server: Optional[str] = ''
2727
language: str = 'python'
2828
openapi_doc_version: str = '0.4.0'
29-
sdk_version: str = '5.6.9'
30-
gen_version: str = '2.311.1'
31-
user_agent: str = 'speakeasy-sdk/python 5.6.9 2.311.1 0.4.0 speakeasy-client-sdk-python'
29+
sdk_version: str = '5.6.10'
30+
gen_version: str = '2.312.0'
31+
user_agent: str = 'speakeasy-sdk/python 5.6.10 2.312.0 0.4.0 speakeasy-client-sdk-python'
3232
retry_config: Optional[RetryConfig] = None
3333

3434
def __post_init__(self):

0 commit comments

Comments
 (0)