Skip to content

Commit 5aac7c0

Browse files
authored
Merge pull request #58 from apideck-libraries/speakeasy-sdk-regen-1754600536
chore: 🐝 Update SDK - Generate 0.21.2
2 parents 5b31283 + 7c1b864 commit 5aac7c0

Some content is hidden

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

86 files changed

+1192
-271
lines changed

.devcontainer/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ curl -fsSL https://raw.githubusercontent.com/speakeasy-api/speakeasy/main/instal
77
rmdir samples || true
88
mkdir samples
99

10+
1011
python -m pip install --upgrade pip
1112
pip install -e .
1213

.speakeasy/gen.lock

Lines changed: 32 additions & 27 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
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: false
2525
skipResponseBodyAssertions: false
2626
python:
27-
version: 0.21.1
27+
version: 0.21.2
2828
additionalDependencies:
2929
dev: {}
3030
main: {}
@@ -55,6 +55,7 @@ python:
5555
methodArguments: infer-optional-args
5656
moduleName: ""
5757
outputModelSuffix: output
58+
packageManager: poetry
5859
packageName: apideck-unify
5960
pytestFilterWarnings: []
6061
pytestTimeout: 0

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.598.3
1+
speakeasyVersion: 1.603.0
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:1bafb12d822c777307f2b0a7ebe91c01e15b76fa8cf23d28248d4066f09ad921
6-
sourceBlobDigest: sha256:9e52c2394423567942ea5e54f9e7c86a1d7659416baa2b37e58d7807ac742d4f
5+
sourceRevisionDigest: sha256:b801725aed539ed127d4726499985ca7a6d5a7d460b173cf77aca9d016f92f57
6+
sourceBlobDigest: sha256:34486f16ce3b18f16a5a808feaf9a57babbaddfb98530f857fbcbf9d808c78f5
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1754482738
10-
- 10.20.2
9+
- speakeasy-sdk-regen-1754600536
10+
- 10.20.6
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:1bafb12d822c777307f2b0a7ebe91c01e15b76fa8cf23d28248d4066f09ad921
16-
sourceBlobDigest: sha256:9e52c2394423567942ea5e54f9e7c86a1d7659416baa2b37e58d7807ac742d4f
15+
sourceRevisionDigest: sha256:b801725aed539ed127d4726499985ca7a6d5a7d460b173cf77aca9d016f92f57
16+
sourceBlobDigest: sha256:34486f16ce3b18f16a5a808feaf9a57babbaddfb98530f857fbcbf9d808c78f5
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:983da19a0ac8413344b9dbccff34a180cc8a7d77ead550719c50534b091f08cc
18+
codeSamplesRevisionDigest: sha256:6fc159d2d6f38cd30788386f794875bba59a0be2567d07f1090ad7fce427d8a8
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,15 @@ For more information about the API: [Apideck Developer Docs](https://developers.
4949
>
5050
> 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.
5151
52-
The SDK can be installed with either *pip* or *poetry* package managers.
52+
The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
53+
54+
### uv
55+
56+
*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.
57+
58+
```bash
59+
uv add apideck-unify
60+
```
5361

5462
### PIP
5563

@@ -144,7 +152,7 @@ with Apideck(
144152

145153
</br>
146154

147-
The same SDK client can also be used to make asychronous requests by importing asyncio.
155+
The same SDK client can also be used to make asynchronous requests by importing asyncio.
148156
```python
149157
# Asynchronous Example
150158
from apideck_unify import Apideck

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,4 +388,14 @@ Based on:
388388
### Generated
389389
- [python v0.21.1] .
390390
### Releases
391-
- [PyPI v0.21.1] https://pypi.org/project/apideck-unify/0.21.1 - .
391+
- [PyPI v0.21.1] https://pypi.org/project/apideck-unify/0.21.1 - .
392+
393+
## 2025-08-13 12:37:35
394+
### Changes
395+
Based on:
396+
- OpenAPI Doc
397+
- Speakeasy CLI 1.603.0 (2.681.1) https://github.com/speakeasy-api/speakeasy
398+
### Generated
399+
- [python v0.21.2] .
400+
### Releases
401+
- [PyPI v0.21.2] https://pypi.org/project/apideck-unify/0.21.2 - .

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ with Apideck(
2929

3030
</br>
3131

32-
The same SDK client can also be used to make asychronous requests by importing asyncio.
32+
The same SDK client can also be used to make asynchronous requests by importing asyncio.
3333
```python
3434
# Asynchronous Example
3535
from apideck_unify import Apideck

docs/models/applicant.md

Lines changed: 4 additions & 0 deletions
Large diffs are not rendered by default.

docs/models/applicantgender.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ApplicantGender
2+
3+
The gender represents the gender identity of a person.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| --------------- | --------------- |
10+
| `MALE` | male |
11+
| `FEMALE` | female |
12+
| `UNISEX` | unisex |
13+
| `OTHER` | other |
14+
| `NOT_SPECIFIED` | not_specified |

docs/models/applicantinput.md

Lines changed: 4 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)