Skip to content
Open
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
33 changes: 17 additions & 16 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ generation:
persistentEdits: {}
versioningStrategy: automatic
python:
version: 0.30.2
version: 0.30.3
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:805c5d71506826e388460d8af6041e25808b33d168788c1f719598ef5123ad62
sourceBlobDigest: sha256:c54ecb0f81457065cec794f39c95cb86c462eff9bf591f673e9280b5c55d3ef6
sourceRevisionDigest: sha256:d31b2d8e023f75627fb84ab4e22b6c9610d93a83bde14a91185c9baf3315e696
sourceBlobDigest: sha256:69e8667a409fa1d8ae0c179e1f2896b09a92941c1e026c2e4db25e8cdd8f979d
tags:
- latest
- speakeasy-sdk-regen-1770727714
- 10.23.19
- speakeasy-sdk-regen-1771345451
- 10.23.20
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:805c5d71506826e388460d8af6041e25808b33d168788c1f719598ef5123ad62
sourceBlobDigest: sha256:c54ecb0f81457065cec794f39c95cb86c462eff9bf591f673e9280b5c55d3ef6
sourceRevisionDigest: sha256:d31b2d8e023f75627fb84ab4e22b6c9610d93a83bde14a91185c9baf3315e696
sourceBlobDigest: sha256:69e8667a409fa1d8ae0c179e1f2896b09a92941c1e026c2e4db25e8cdd8f979d
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:aebac4228c3ab0461de187d8f8263a3ec88b5cfe379764a61c914af9edd87df0
codeSamplesRevisionDigest: sha256:26c1101bfce3ff1aafdd8d52c659560d60c209bfbfbfed4a585f1b599ee979e6
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 @@ -1048,4 +1048,14 @@ Based on:
### Generated
- [python v0.30.2] .
### Releases
- [PyPI v0.30.2] https://pypi.org/project/apideck-unify/0.30.2 - .
- [PyPI v0.30.2] https://pypi.org/project/apideck-unify/0.30.2 - .

## 2026-02-20 05:30:05
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.30.3] .
### Releases
- [PyPI v0.30.3] https://pypi.org/project/apideck-unify/0.30.3 - .
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.30.2"
version = "0.30.3"
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.30.2"
__openapi_doc_version__: str = "10.23.19"
__version__: str = "0.30.3"
__openapi_doc_version__: str = "10.23.20"
__gen_version__: str = "2.753.1"
__user_agent__: str = "speakeasy-sdk/python 0.30.2 2.753.1 10.23.19 apideck-unify"
__user_agent__: str = "speakeasy-sdk/python 0.30.3 2.753.1 10.23.20 apideck-unify"

try:
if __package__ is not None:
Expand Down