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
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 10.21.18
speakeasyVersion: 1.656.1
generationVersion: 2.753.1
releaseVersion: 0.27.84
configChecksum: 932674136fa92619d1f349ce9fc98cde
releaseVersion: 0.27.86
configChecksum: 7919bdb35bb8fe074c0b4973c2144f4d
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.84
version: 0.27.86
additionalDependencies:
dev: {}
main: {}
Expand Down
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sources:
sourceBlobDigest: sha256:b426327f78b6ab700ad4e4b02246636b8be9536ae50bcb0e6420def02749458d
tags:
- latest
- speakeasy-sdk-regen-1764161177
- speakeasy-sdk-regen-1764162795
- 10.21.18
targets:
apideck:
Expand All @@ -15,7 +15,7 @@ targets:
sourceRevisionDigest: sha256:7943744a97996166cce2f28e896ee04e866d7dc6118f243a930c11f6e8fc0406
sourceBlobDigest: sha256:b426327f78b6ab700ad4e4b02246636b8be9536ae50bcb0e6420def02749458d
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:82db211d5917c1110bf42de2f208566e15ce8e67f9ff867158f7de6ddcdabe95
codeSamplesRevisionDigest: sha256:f6a28933503ccd0ca980974ebff8e9c1bd913dabba9fa9cfcdf3fa842a9d0bf9
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 @@ -978,4 +978,14 @@ Based on:
### Generated
- [python v0.27.84] .
### Releases
- [PyPI v0.27.84] https://pypi.org/project/apideck-unify/0.27.84 - .
- [PyPI v0.27.84] https://pypi.org/project/apideck-unify/0.27.84 - .

## 2025-11-26 13:12:52
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.27.86] .
### Releases
- [PyPI v0.27.86] https://pypi.org/project/apideck-unify/0.27.86 - .
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.84"
version = "0.27.86"
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.84"
__version__: str = "0.27.86"
__openapi_doc_version__: str = "10.21.18"
__gen_version__: str = "2.753.1"
__user_agent__: str = "speakeasy-sdk/python 0.27.84 2.753.1 10.21.18 apideck-unify"
__user_agent__: str = "speakeasy-sdk/python 0.27.86 2.753.1 10.21.18 apideck-unify"

try:
if __package__ is not None:
Expand Down