Skip to content

Commit cbbcb0e

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.9.0 (#59)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.580.2 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 041e592 commit cbbcb0e

File tree

6 files changed

+23
-13
lines changed

6 files changed

+23
-13
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: f803c176-84c0-412f-93ec-3006a124047d
33
management:
44
docChecksum: 5a2c48bda7c8f65d13eb0d6834b62035
55
docVersion: v1
6-
speakeasyVersion: 1.580.1
7-
generationVersion: 2.656.3
8-
releaseVersion: 0.8.3
9-
configChecksum: bdc90fb58340a6ba42f6b9485c679212
6+
speakeasyVersion: 1.580.2
7+
generationVersion: 2.656.5
8+
releaseVersion: 0.9.0
9+
configChecksum: e7b8527521ece72e0d7d4c45b4bed983
1010
repoURL: https://github.com/thetradedesk/ttd-workflows-python.git
1111
installationURL: https://github.com/thetradedesk/ttd-workflows-python.git
1212
published: true

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ generation:
2121
generateNewTests: false
2222
skipResponseBodyAssertions: false
2323
python:
24-
version: 0.8.3
24+
version: 0.9.0
2525
additionalDependencies:
2626
dev: {}
2727
main: {}

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.580.1
1+
speakeasyVersion: 1.580.2
22
sources:
33
Workflows API:
44
sourceNamespace: workflows-api
55
sourceRevisionDigest: sha256:50487b2785776156e34b9d69eb80f8c799ec27cdcb56228ccc91749052506655
66
sourceBlobDigest: sha256:f76a78b510012417a0adf5b780a8725e31eed6fa1fcc4fe19d41716fe43217bb
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1752168555
9+
- speakeasy-sdk-regen-1752184576
1010
- v1
1111
targets:
1212
workflows:
@@ -15,7 +15,7 @@ targets:
1515
sourceRevisionDigest: sha256:50487b2785776156e34b9d69eb80f8c799ec27cdcb56228ccc91749052506655
1616
sourceBlobDigest: sha256:f76a78b510012417a0adf5b780a8725e31eed6fa1fcc4fe19d41716fe43217bb
1717
codeSamplesNamespace: workflows-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:1f29595b73a82b1c5bab434d63d7d8fe4950ea27a2e79223e7ce733865d1cc7a
18+
codeSamplesRevisionDigest: sha256:d5b333412a22ac25f6eb88fa8adb09d1f0b81e1e1f3feeff8540f0373d72c355
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,14 @@ Based on:
198198
### Generated
199199
- [python v0.8.3] .
200200
### Releases
201-
- [PyPI v0.8.3] https://pypi.org/project/ttd-workflows/0.8.3 - .
201+
- [PyPI v0.8.3] https://pypi.org/project/ttd-workflows/0.8.3 - .
202+
203+
## 2025-07-10 21:56:01
204+
### Changes
205+
Based on:
206+
- OpenAPI Doc
207+
- Speakeasy CLI 1.580.2 (2.656.5) https://github.com/speakeasy-api/speakeasy
208+
### Generated
209+
- [python v0.9.0] .
210+
### Releases
211+
- [PyPI v0.9.0] https://pypi.org/project/ttd-workflows/0.9.0 - .

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ttd-workflows"
3-
version = "0.8.3"
3+
version = "0.9.0"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Speakeasy" },]
66
readme = "README-PYPI.md"

β€Žsrc/ttd_workflows/_version.pyβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "ttd-workflows"
6-
__version__: str = "0.8.3"
6+
__version__: str = "0.9.0"
77
__openapi_doc_version__: str = "v1"
8-
__gen_version__: str = "2.656.3"
9-
__user_agent__: str = "speakeasy-sdk/python 0.8.3 2.656.3 v1 ttd-workflows"
8+
__gen_version__: str = "2.656.5"
9+
__user_agent__: str = "speakeasy-sdk/python 0.9.0 2.656.5 v1 ttd-workflows"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
Β (0)