Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: fca0ac3a-5f4e-452c-bbc7-2311afa8da40
management:
docChecksum: 2d326dfddf2a34deeb43193b8bc33b28
docChecksum: 9cfe3297f500289b376f2e550ad10bf4
docVersion: 10.21.15
speakeasyVersion: 1.656.1
generationVersion: 2.753.1
releaseVersion: 0.27.34
configChecksum: df6a7c9c20a895cd9cffbf80d18bd044
releaseVersion: 0.27.36
configChecksum: d6a7348dc2ec89daa02ba650d805b413
repoURL: https://github.com/apideck-libraries/sdk-python.git
installationURL: https://github.com/apideck-libraries/sdk-python.git
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.27.34
version: 0.27.36
additionalDependencies:
dev: {}
main: {}
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.656.1
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:5c3910f746337d073fccb262b3ec14ac16543f0a45e2d28877c3a591bbc78c02
sourceBlobDigest: sha256:afbc763c2c31093a08e3cca76c4a769f698d07c82050053fa7941af998eba616
sourceRevisionDigest: sha256:89ef916ec43707767680d178b6b48b164c2b641127f4a18525df60f451fc2c05
sourceBlobDigest: sha256:a9b82a97054df048bcbfeccf5da41c8bbf9823317391712bd74443e329c297bd
tags:
- latest
- speakeasy-sdk-regen-1763511597
- speakeasy-sdk-regen-1763537227
- 10.21.15
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:5c3910f746337d073fccb262b3ec14ac16543f0a45e2d28877c3a591bbc78c02
sourceBlobDigest: sha256:afbc763c2c31093a08e3cca76c4a769f698d07c82050053fa7941af998eba616
sourceRevisionDigest: sha256:89ef916ec43707767680d178b6b48b164c2b641127f4a18525df60f451fc2c05
sourceBlobDigest: sha256:a9b82a97054df048bcbfeccf5da41c8bbf9823317391712bd74443e329c297bd
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:4689a0e7209d3638b12a5ac4bba404bb833773794a2e1a89f1dd066595be34b4
codeSamplesRevisionDigest: sha256:75cf3c2ee249bc43506bb422bce0d98444fc648294fa519f36ef1215365f0ad7
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -728,4 +728,14 @@ Based on:
### Generated
- [python v0.27.34] .
### Releases
- [PyPI v0.27.34] https://pypi.org/project/apideck-unify/0.27.34 - .
- [PyPI v0.27.34] https://pypi.org/project/apideck-unify/0.27.34 - .

## 2025-11-19 07:26:45
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.27.36] .
### Releases
- [PyPI v0.27.36] https://pypi.org/project/apideck-unify/0.27.36 - .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "apideck-unify"
version = "0.27.34"
version = "0.27.36"
description = "Python Client SDK Generated by Speakeasy."
authors = [{ name = "Speakeasy" },]
readme = "README-PYPI.md"
Expand Down
4 changes: 2 additions & 2 deletions src/apideck_unify/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "apideck-unify"
__version__: str = "0.27.34"
__version__: str = "0.27.36"
__openapi_doc_version__: str = "10.21.15"
__gen_version__: str = "2.753.1"
__user_agent__: str = "speakeasy-sdk/python 0.27.34 2.753.1 10.21.15 apideck-unify"
__user_agent__: str = "speakeasy-sdk/python 0.27.36 2.753.1 10.21.15 apideck-unify"

try:
if __package__ is not None:
Expand Down