Skip to content

Commit 7c4ce1a

Browse files
authored
Merge pull request #47 from apideck-libraries/speakeasy-sdk-regen-1748587735
chore: 🐝 Update SDK - Generate 0.17.1
2 parents d85fb9c + ae6d5bd commit 7c4ce1a

6 files changed

Lines changed: 24 additions & 14 deletions

File tree

.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: fca0ac3a-5f4e-452c-bbc7-2311afa8da40
33
management:
4-
docChecksum: 3463632f257ed03d78f4fbeeb680e569
4+
docChecksum: da9ea34e473e742ac93aebf1e0757d93
55
docVersion: 10.17.2
66
speakeasyVersion: 1.554.1
77
generationVersion: 2.616.1
8-
releaseVersion: 0.17.0
9-
configChecksum: e5085b14cf46f7df9c75769921f66cff
8+
releaseVersion: 0.17.1
9+
configChecksum: 024478e15c199fd21f4a7c8684f2137e
1010
repoURL: https://github.com/apideck-libraries/sdk-python.git
1111
installationURL: https://github.com/apideck-libraries/sdk-python.git
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ generation:
2020
oAuth2ClientCredentialsEnabled: true
2121
oAuth2PasswordEnabled: true
2222
python:
23-
version: 0.17.0
23+
version: 0.17.1
2424
additionalDependencies:
2525
dev: {}
2626
main: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.554.1
22
sources:
33
Apideck:
44
sourceNamespace: apideck
5-
sourceRevisionDigest: sha256:e6abe08224dce8d299432cd4245000fc31094574f0933bb1b3108b29fe153eaa
6-
sourceBlobDigest: sha256:45718a09f8394811f7017eb2d3a72f3fb638c71309a85c8306691dfe0fb14a54
5+
sourceRevisionDigest: sha256:6b53adb4626c8bcfa4b7c5c69f1795cd63fddbe0ffe20a2c666d77b1bf32bcd2
6+
sourceBlobDigest: sha256:71dfd380f81d7d463d8c4a6c2f0a1921e2833f409d571fdfb21cc907fd454e55
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748269647
9+
- speakeasy-sdk-regen-1748587735
1010
- 10.17.2
1111
targets:
1212
apideck:
1313
source: Apideck
1414
sourceNamespace: apideck
15-
sourceRevisionDigest: sha256:e6abe08224dce8d299432cd4245000fc31094574f0933bb1b3108b29fe153eaa
16-
sourceBlobDigest: sha256:45718a09f8394811f7017eb2d3a72f3fb638c71309a85c8306691dfe0fb14a54
15+
sourceRevisionDigest: sha256:6b53adb4626c8bcfa4b7c5c69f1795cd63fddbe0ffe20a2c666d77b1bf32bcd2
16+
sourceBlobDigest: sha256:71dfd380f81d7d463d8c4a6c2f0a1921e2833f409d571fdfb21cc907fd454e55
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:245e102cad462dc0785e58be7fbdc88af47cd2b6cc1d653a8ff1b3f13053e3ef
18+
codeSamplesRevisionDigest: sha256:4610d7d7bbb048a5cacb8e6a221c264066037c953ae0e59964637cc9d792b535
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
@@ -278,4 +278,14 @@ Based on:
278278
### Generated
279279
- [python v0.17.0] .
280280
### Releases
281-
- [PyPI v0.17.0] https://pypi.org/project/apideck-unify/0.17.0 - .
281+
- [PyPI v0.17.0] https://pypi.org/project/apideck-unify/0.17.0 - .
282+
283+
## 2025-05-30 06:48:37
284+
### Changes
285+
Based on:
286+
- OpenAPI Doc
287+
- Speakeasy CLI 1.554.1 (2.616.1) https://github.com/speakeasy-api/speakeasy
288+
### Generated
289+
- [python v0.17.1] .
290+
### Releases
291+
- [PyPI v0.17.1] https://pypi.org/project/apideck-unify/0.17.1 - .

pyproject.toml

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

src/apideck_unify/_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 = "apideck-unify"
6-
__version__: str = "0.17.0"
6+
__version__: str = "0.17.1"
77
__openapi_doc_version__: str = "10.17.2"
88
__gen_version__: str = "2.616.1"
9-
__user_agent__: str = "speakeasy-sdk/python 0.17.0 2.616.1 10.17.2 apideck-unify"
9+
__user_agent__: str = "speakeasy-sdk/python 0.17.1 2.616.1 10.17.2 apideck-unify"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)