Skip to content

Commit 03a959b

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.27.86 (#122)
* 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 1d3648d commit 03a959b

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.18
66
speakeasyVersion: 1.656.1
77
generationVersion: 2.753.1
8-
releaseVersion: 0.27.84
9-
configChecksum: 932674136fa92619d1f349ce9fc98cde
8+
releaseVersion: 0.27.86
9+
configChecksum: 7919bdb35bb8fe074c0b4973c2144f4d
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.84
31+
version: 0.27.86
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:b426327f78b6ab700ad4e4b02246636b8be9536ae50bcb0e6420def02749458d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1764161177
9+
- speakeasy-sdk-regen-1764162795
1010
- 10.21.18
1111
targets:
1212
apideck:
@@ -15,7 +15,7 @@ targets:
1515
sourceRevisionDigest: sha256:7943744a97996166cce2f28e896ee04e866d7dc6118f243a930c11f6e8fc0406
1616
sourceBlobDigest: sha256:b426327f78b6ab700ad4e4b02246636b8be9536ae50bcb0e6420def02749458d
1717
codeSamplesNamespace: apideck-python-code-samples
18-
codeSamplesRevisionDigest: sha256:82db211d5917c1110bf42de2f208566e15ce8e67f9ff867158f7de6ddcdabe95
18+
codeSamplesRevisionDigest: sha256:f6a28933503ccd0ca980974ebff8e9c1bd913dabba9fa9cfcdf3fa842a9d0bf9
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
@@ -978,4 +978,14 @@ Based on:
978978
### Generated
979979
- [python v0.27.84] .
980980
### Releases
981-
- [PyPI v0.27.84] https://pypi.org/project/apideck-unify/0.27.84 - .
981+
- [PyPI v0.27.84] https://pypi.org/project/apideck-unify/0.27.84 - .
982+
983+
## 2025-11-26 13:12:52
984+
### Changes
985+
Based on:
986+
- OpenAPI Doc
987+
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
988+
### Generated
989+
- [python v0.27.86] .
990+
### Releases
991+
- [PyPI v0.27.86] https://pypi.org/project/apideck-unify/0.27.86 - .

β€Ž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.84"
4+
version = "0.27.86"
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.84"
6+
__version__: str = "0.27.86"
77
__openapi_doc_version__: str = "10.21.18"
88
__gen_version__: str = "2.753.1"
9-
__user_agent__: str = "speakeasy-sdk/python 0.27.84 2.753.1 10.21.18 apideck-unify"
9+
__user_agent__: str = "speakeasy-sdk/python 0.27.86 2.753.1 10.21.18 apideck-unify"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
Β (0)