Skip to content

Commit b2a9cf9

Browse files
authored
Merge pull request #148 from dubinc/speakeasy-sdk-regen-1757694295
chore: 🐝 Update SDK - Generate 0.29.3
2 parents 567a9b3 + f9ff1fa commit b2a9cf9

File tree

6 files changed

+19
-12
lines changed

6 files changed

+19
-12
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 0.0.1
66
speakeasyVersion: 1.615.2
77
generationVersion: 2.698.4
8-
releaseVersion: 0.29.2
9-
configChecksum: 275db521206f5989f0ee72f5d3c26665
8+
releaseVersion: 0.29.3
9+
configChecksum: 1440e3b82bc39d9bb87f39ae0aae7307
1010
repoURL: https://github.com/dubinc/dub-python.git
1111
installationURL: https://github.com/dubinc/dub-python.git
1212
published: true
@@ -1765,6 +1765,3 @@ examples:
17651765
application/json: {"error": {"code": "internal_server_error", "message": "The requested resource was not found.", "doc_url": "https://dub.co/docs/api-reference/errors#internal-server_error"}}
17661766
examplesVersion: 1.0.2
17671767
generatedTests: {}
1768-
releaseNotes: |
1769-
## Python SDK Changes Detected:
1770-
* `dub.track.lead()`: `response.link` **Added**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ generation:
2222
generateNewTests: false
2323
skipResponseBodyAssertions: false
2424
python:
25-
version: 0.29.2
25+
version: 0.29.3
2626
additionalDependencies:
2727
dev: {}
2828
main: {}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sources:
66
sourceBlobDigest: sha256:d8bf80778c8335912d797a21ad3aaafea0d264681dec1d88fdcdd79ead03fc7e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1757550513
9+
- speakeasy-sdk-regen-1757694295
1010
- 0.0.1
1111
targets:
1212
my-first-target:
@@ -15,7 +15,7 @@ targets:
1515
sourceRevisionDigest: sha256:940f5a4a120f7e0cec4cc0b336f168906f23ee34f87d87a8d9187f59249fdb08
1616
sourceBlobDigest: sha256:d8bf80778c8335912d797a21ad3aaafea0d264681dec1d88fdcdd79ead03fc7e
1717
codeSamplesNamespace: code-samples-python-my-first-target
18-
codeSamplesRevisionDigest: sha256:0da886042d4c2863d7696520c89d3b599a9a00f14dc2aa700bc814c04ba36eb0
18+
codeSamplesRevisionDigest: sha256:3b8676191e317d1a7c207bc70eccd4b02baccc45ea52fc673147b27228f1c3a6
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
@@ -1386,4 +1386,14 @@ Based on:
13861386
### Generated
13871387
- [python v0.29.2] .
13881388
### Releases
1389-
- [PyPI v0.29.2] https://pypi.org/project/dub/0.29.2 - .
1389+
- [PyPI v0.29.2] https://pypi.org/project/dub/0.29.2 - .
1390+
1391+
## 2025-09-12 16:24:38
1392+
### Changes
1393+
Based on:
1394+
- OpenAPI Doc
1395+
- Speakeasy CLI 1.615.2 (2.698.4) https://github.com/speakeasy-api/speakeasy
1396+
### Generated
1397+
- [python v0.29.3] .
1398+
### Releases
1399+
- [PyPI v0.29.3] https://pypi.org/project/dub/0.29.3 - .

β€Žpyproject.tomlβ€Ž

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

22
[project]
33
name = "dub"
4-
version = "0.29.2"
4+
version = "0.29.3"
55
description = "Python Client SDK Generated by Speakeasy"
66
authors = [{ name = "Speakeasy" },]
77
readme = "README-PYPI.md"

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

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

55
__title__: str = "dub"
6-
__version__: str = "0.29.2"
6+
__version__: str = "0.29.3"
77
__openapi_doc_version__: str = "0.0.1"
88
__gen_version__: str = "2.698.4"
9-
__user_agent__: str = "speakeasy-sdk/python 0.29.2 2.698.4 0.0.1 dub"
9+
__user_agent__: str = "speakeasy-sdk/python 0.29.3 2.698.4 0.0.1 dub"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
Β (0)