Skip to content

Commit bdbf363

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.27.56 (#107)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.656.1 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent e7775a1 commit bdbf363

File tree

6 files changed

+19
-9
lines changed

6 files changed

+19
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 10.21.15
66
speakeasyVersion: 1.656.1
77
generationVersion: 2.753.1
8-
releaseVersion: 0.27.54
9-
configChecksum: 7a2ebd6e23dd13e51375fe0372e0ea8e
8+
releaseVersion: 0.27.56
9+
configChecksum: 8e7c3ed9e1324978e46a5db28430c0fc
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
@@ -28,7 +28,7 @@ generation:
2828
generateNewTests: false
2929
skipResponseBodyAssertions: false
3030
python:
31-
version: 0.27.54
31+
version: 0.27.56
3232
additionalDependencies:
3333
dev: {}
3434
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:a9b82a97054df048bcbfeccf5da41c8bbf9823317391712bd74443e329c297bd
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763770725
9+
- speakeasy-sdk-regen-1763857351
1010
- 10.21.15
1111
targets:
1212
apideck:
@@ -15,7 +15,7 @@ targets:
1515
sourceRevisionDigest: sha256:89ef916ec43707767680d178b6b48b164c2b641127f4a18525df60f451fc2c05
1616
sourceBlobDigest: sha256:a9b82a97054df048bcbfeccf5da41c8bbf9823317391712bd74443e329c297bd
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:a684ba7742c4f6e8aecb44de389676f0a3347450036cb1b6b39c90b63da65d47
18+
codeSamplesRevisionDigest: sha256:b30cd78d21e9a42d0b67747d9b75b3c66d4b08d2098e1d090c8b4bdd6650ab2e
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
@@ -828,4 +828,14 @@ Based on:
828828
### Generated
829829
- [python v0.27.54] .
830830
### Releases
831-
- [PyPI v0.27.54] https://pypi.org/project/apideck-unify/0.27.54 - .
831+
- [PyPI v0.27.54] https://pypi.org/project/apideck-unify/0.27.54 - .
832+
833+
## 2025-11-23 00:22:07
834+
### Changes
835+
Based on:
836+
- OpenAPI Doc
837+
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
838+
### Generated
839+
- [python v0.27.56] .
840+
### Releases
841+
- [PyPI v0.27.56] https://pypi.org/project/apideck-unify/0.27.56 - .

β€Ž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 = "apideck-unify"
4-
version = "0.27.54"
4+
version = "0.27.56"
55
description = "Python Client SDK Generated by Speakeasy."
66
authors = [{ name = "Speakeasy" },]
77
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.27.54"
6+
__version__: str = "0.27.56"
77
__openapi_doc_version__: str = "10.21.15"
88
__gen_version__: str = "2.753.1"
9-
__user_agent__: str = "speakeasy-sdk/python 0.27.54 2.753.1 10.21.15 apideck-unify"
9+
__user_agent__: str = "speakeasy-sdk/python 0.27.56 2.753.1 10.21.15 apideck-unify"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
Β (0)