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
8 changes: 4 additions & 4 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: 26393aef80f1e82b8b4882e3829a63e2
docVersion: 10.21.16
docChecksum: deffc041238419c75e15e7cb219aa582
docVersion: 10.21.17
speakeasyVersion: 1.656.1
generationVersion: 2.753.1
releaseVersion: 0.27.66
configChecksum: fbc1e1b35e1f021a25a108c89a89c9f8
releaseVersion: 0.27.68
configChecksum: 117dc02574ea8b3e7502e3ffb66edf50
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.66
version: 0.27.68
additionalDependencies:
dev: {}
main: {}
Expand Down
14 changes: 7 additions & 7 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:3c93aa024164a9ea31c328dfd26c6ed0e6e29da2684d3b158c7d3845ebf5cd3a
sourceBlobDigest: sha256:a31f5d49185c216725c2fa386001eb97143dc017847a22e8e4251d5c75ccc07f
sourceRevisionDigest: sha256:a8c33826f9f71be0e42af0ace741b2f257d7b47b71e16e57fd6fd56e5e08df6d
sourceBlobDigest: sha256:c642794ea017f7222674c3d2b55c2ae7f8b69ac08a68af47477af769588b2796
tags:
- latest
- speakeasy-sdk-regen-1764029905
- 10.21.16
- speakeasy-sdk-regen-1764064765
- 10.21.17
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:3c93aa024164a9ea31c328dfd26c6ed0e6e29da2684d3b158c7d3845ebf5cd3a
sourceBlobDigest: sha256:a31f5d49185c216725c2fa386001eb97143dc017847a22e8e4251d5c75ccc07f
sourceRevisionDigest: sha256:a8c33826f9f71be0e42af0ace741b2f257d7b47b71e16e57fd6fd56e5e08df6d
sourceBlobDigest: sha256:c642794ea017f7222674c3d2b55c2ae7f8b69ac08a68af47477af769588b2796
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:bdfc4d5cd9dfb2ec22242abab7e888496e44ab5610a340665728b33f0a8fc88d
codeSamplesRevisionDigest: sha256:a2cab6cf19d2439c2be755c4574f99b8a0419a20496413bd611234b4faf16d9a
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 @@ -888,4 +888,14 @@ Based on:
### Generated
- [python v0.27.66] .
### Releases
- [PyPI v0.27.66] https://pypi.org/project/apideck-unify/0.27.66 - .
- [PyPI v0.27.66] https://pypi.org/project/apideck-unify/0.27.66 - .

## 2025-11-25 09:59:02
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.27.68] .
### Releases
- [PyPI v0.27.68] https://pypi.org/project/apideck-unify/0.27.68 - .
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.66"
version = "0.27.68"
description = "Python Client SDK Generated by Speakeasy."
authors = [{ name = "Speakeasy" },]
readme = "README-PYPI.md"
Expand Down
6 changes: 3 additions & 3 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.66"
__openapi_doc_version__: str = "10.21.16"
__version__: str = "0.27.68"
__openapi_doc_version__: str = "10.21.17"
__gen_version__: str = "2.753.1"
__user_agent__: str = "speakeasy-sdk/python 0.27.66 2.753.1 10.21.16 apideck-unify"
__user_agent__: str = "speakeasy-sdk/python 0.27.68 2.753.1 10.21.17 apideck-unify"

try:
if __package__ is not None:
Expand Down