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: c5e96b80eb89885b85cea1078ee16047
docChecksum: 684286a8b108c68f408140d2a0b828f1
docVersion: 10.21.15
speakeasyVersion: 1.656.1
generationVersion: 2.753.1
releaseVersion: 0.27.6
configChecksum: 6a34c0cbb6ee6a7046251e898fcee849
releaseVersion: 0.27.8
configChecksum: 578bd480df09d724233fb1c150b25d2f
repoURL: https://github.com/apideck-libraries/sdk-python.git
installationURL: https://github.com/apideck-libraries/sdk-python.git
published: true
Expand Down
3 changes: 2 additions & 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.6
version: 0.27.8
additionalDependencies:
dev: {}
main: {}
Expand Down Expand Up @@ -60,6 +60,7 @@ python:
webhooks: ""
inputModelSuffix: input
legacyPyright: true
license: ""
maxMethodParams: 999
methodArguments: infer-optional-args
moduleName: ""
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:73a29e7d8719bda11b59858366da71214d0f959fc46a0933039d5f19cbb4d9a3
sourceBlobDigest: sha256:228388d1f3a8434737107a549e1d357c1ea9c1f8c084eedfd7a9e92d713100f8
sourceRevisionDigest: sha256:1b9117c28fa50490358118ab507de97ad0320d14d3251509e90ceb90cb6b0b1d
sourceBlobDigest: sha256:242b9791db505ac06c941613867583a7e15d262ae2b56c94a45e01d9c8db5187
tags:
- latest
- speakeasy-sdk-regen-1763020779
- speakeasy-sdk-regen-1763146664
- 10.21.15
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:73a29e7d8719bda11b59858366da71214d0f959fc46a0933039d5f19cbb4d9a3
sourceBlobDigest: sha256:228388d1f3a8434737107a549e1d357c1ea9c1f8c084eedfd7a9e92d713100f8
sourceRevisionDigest: sha256:1b9117c28fa50490358118ab507de97ad0320d14d3251509e90ceb90cb6b0b1d
sourceBlobDigest: sha256:242b9791db505ac06c941613867583a7e15d262ae2b56c94a45e01d9c8db5187
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:5ae8224eae7da7c5be6efbffc1419c5689a105057784b743cd96ff4d35957a64
codeSamplesRevisionDigest: sha256:8d9069803be12dc8a46820c77e544c3589000f1098e08b0150fd9bec100576bb
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 @@ -588,4 +588,14 @@ Based on:
### Generated
- [python v0.27.6] .
### Releases
- [PyPI v0.27.6] https://pypi.org/project/apideck-unify/0.27.6 - .
- [PyPI v0.27.6] https://pypi.org/project/apideck-unify/0.27.6 - .

## 2025-11-14 18:57:22
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.27.8] .
### Releases
- [PyPI v0.27.8] https://pypi.org/project/apideck-unify/0.27.8 - .
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.6"
version = "0.27.8"
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.6"
__version__: str = "0.27.8"
__openapi_doc_version__: str = "10.21.15"
__gen_version__: str = "2.753.1"
__user_agent__: str = "speakeasy-sdk/python 0.27.6 2.753.1 10.21.15 apideck-unify"
__user_agent__: str = "speakeasy-sdk/python 0.27.8 2.753.1 10.21.15 apideck-unify"

try:
if __package__ is not None:
Expand Down