Skip to content

Commit e49c211

Browse files
authored
Merge pull request #143 from dubinc/speakeasy-sdk-regen-1754613196
chore: 🐝 Update SDK - Generate 0.28.0
2 parents 890bec9 + 0f8433e commit e49c211

File tree

93 files changed

+305
-11259
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+305
-11259
lines changed

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

Lines changed: 14 additions & 25 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 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.27.4
24+
version: 0.28.0
2525
additionalDependencies:
2626
dev: {}
2727
main: {}
@@ -52,6 +52,7 @@ python:
5252
methodArguments: require-security-and-request
5353
moduleName: ""
5454
outputModelSuffix: output
55+
packageManager: poetry
5556
packageName: dub
5657
projectUrls: {}
5758
pytestFilterWarnings: []

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.598.3
1+
speakeasyVersion: 1.605.1
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:e2355d3418fb17c5247197ff84d10267f92eac5216cc610bb462b6c0b42e6926
6-
sourceBlobDigest: sha256:564555dca2c90a05b2a2bd441ca992c5aeeee9beee222a534ba39ac1316c7ccd
5+
sourceRevisionDigest: sha256:be0ed4b85f8b4c97ceecec3a95fc3332ddd02711c3c4df462b882ea3f9b19007
6+
sourceBlobDigest: sha256:69b8551b32cba399e7692bd29f324a5b19ab988ebfd913376516a3372936fd48
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1754440422
9+
- speakeasy-sdk-regen-1754613196
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:e2355d3418fb17c5247197ff84d10267f92eac5216cc610bb462b6c0b42e6926
16-
sourceBlobDigest: sha256:564555dca2c90a05b2a2bd441ca992c5aeeee9beee222a534ba39ac1316c7ccd
15+
sourceRevisionDigest: sha256:be0ed4b85f8b4c97ceecec3a95fc3332ddd02711c3c4df462b882ea3f9b19007
16+
sourceBlobDigest: sha256:69b8551b32cba399e7692bd29f324a5b19ab988ebfd913376516a3372936fd48
1717
codeSamplesNamespace: code-samples-python-my-first-target
18-
codeSamplesRevisionDigest: sha256:31c1318d0b70e7cd47fa8fd085ed2b2713df7c7ebf66c0b91e1a1bb9f188b935
18+
codeSamplesRevisionDigest: sha256:387df9d7b09a5287c14db595b0243a577b18a9a076abdb2521c9ba6eebce3d82
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,15 @@ Dub API: Dub is the modern link attribution platform for short links, conversion
4545
>
4646
> Once a Python version reaches its [official end of life date](https://devguide.python.org/versions/), a 3-month grace period is provided for users to upgrade. Following this grace period, the minimum python version supported in the SDK will be updated.
4747
48-
The SDK can be installed with either *pip* or *poetry* package managers.
48+
The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
49+
50+
### uv
51+
52+
*uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
53+
54+
```bash
55+
uv add dub
56+
```
4957

5058
### PIP
5159

@@ -135,7 +143,7 @@ with Dub(
135143

136144
</br>
137145

138-
The same SDK client can also be used to make asychronous requests by importing asyncio.
146+
The same SDK client can also be used to make asynchronous requests by importing asyncio.
139147
```python
140148
# Asynchronous Example
141149
import asyncio
@@ -210,7 +218,7 @@ with Dub(
210218

211219
</br>
212220

213-
The same SDK client can also be used to make asychronous requests by importing asyncio.
221+
The same SDK client can also be used to make asynchronous requests by importing asyncio.
214222
```python
215223
# Asynchronous Example
216224
import asyncio

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,4 +1336,14 @@ Based on:
13361336
### Generated
13371337
- [python v0.27.4] .
13381338
### Releases
1339-
- [PyPI v0.27.4] https://pypi.org/project/dub/0.27.4 - .
1339+
- [PyPI v0.27.4] https://pypi.org/project/dub/0.27.4 - .
1340+
1341+
## 2025-08-17 23:04:10
1342+
### Changes
1343+
Based on:
1344+
- OpenAPI Doc
1345+
- Speakeasy CLI 1.605.1 (2.684.0) https://github.com/speakeasy-api/speakeasy
1346+
### Generated
1347+
- [python v0.28.0] .
1348+
### Releases
1349+
- [PyPI v0.28.0] https://pypi.org/project/dub/0.28.0 - .

β€ŽUSAGE.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ with Dub(
3434

3535
</br>
3636

37-
The same SDK client can also be used to make asychronous requests by importing asyncio.
37+
The same SDK client can also be used to make asynchronous requests by importing asyncio.
3838
```python
3939
# Asynchronous Example
4040
import asyncio
@@ -107,7 +107,7 @@ with Dub(
107107

108108
</br>
109109

110-
The same SDK client can also be used to make asychronous requests by importing asyncio.
110+
The same SDK client can also be used to make asynchronous requests by importing asyncio.
111111
```python
112112
# Asynchronous Example
113113
import asyncio

β€ŽcodeSamples.yamlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,7 @@ actions:
756756
757757
res = d_client.partners.analytics(request={
758758
"timezone": "America/New_York",
759+
"query": "metadata['key']:'value'",
759760
})
760761
761762
assert res is not None

β€Ždocs/models/components/clickeventgeo.mdβ€Ž

Lines changed: 0 additions & 259 deletions
This file was deleted.

β€Ždocs/models/components/color.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ The color of the tag.
1212
| `GREEN` | green |
1313
| `BLUE` | blue |
1414
| `PURPLE` | purple |
15-
| `PINK` | pink |
16-
| `BROWN` | brown |
15+
| `BROWN` | brown |
16+
| `PINK` | pink |

β€Ždocs/models/components/countrycode.mdβ€Ž

Lines changed: 0 additions & 259 deletions
This file was deleted.

0 commit comments

Comments
Β (0)