File tree Expand file tree Collapse file tree 6 files changed +23
-13
lines changed
Expand file tree Collapse file tree 6 files changed +23
-13
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: f803c176-84c0-412f-93ec-3006a124047d
33management:
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
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ generation:
2121 generateNewTests : false
2222 skipResponseBodyAssertions : false
2323python :
24- version : 0.8.3
24+ version : 0.9.0
2525 additionalDependencies :
2626 dev : {}
2727 main : {}
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.580.1
1+ speakeasyVersion: 1.580.2
22sources:
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
1111targets:
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
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " ttd-workflows"
3- version = " 0.8.3 "
3+ version = " 0.9.0 "
44description = " Python Client SDK Generated by Speakeasy."
55authors = [{ name = " Speakeasy" },]
66readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 33import 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
1111try :
1212 if __package__ is not None :
You canβt perform that action at this time.
0 commit comments