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: 3463632f257ed03d78f4fbeeb680e569
docChecksum: da9ea34e473e742ac93aebf1e0757d93
docVersion: 10.17.2
speakeasyVersion: 1.554.1
generationVersion: 2.616.1
releaseVersion: 0.17.0
configChecksum: e5085b14cf46f7df9c75769921f66cff
releaseVersion: 0.17.1
configChecksum: 024478e15c199fd21f4a7c8684f2137e
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 @@ -20,7 +20,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
python:
version: 0.17.0
version: 0.17.1
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.554.1
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:e6abe08224dce8d299432cd4245000fc31094574f0933bb1b3108b29fe153eaa
sourceBlobDigest: sha256:45718a09f8394811f7017eb2d3a72f3fb638c71309a85c8306691dfe0fb14a54
sourceRevisionDigest: sha256:6b53adb4626c8bcfa4b7c5c69f1795cd63fddbe0ffe20a2c666d77b1bf32bcd2
sourceBlobDigest: sha256:71dfd380f81d7d463d8c4a6c2f0a1921e2833f409d571fdfb21cc907fd454e55
tags:
- latest
- speakeasy-sdk-regen-1748269647
- speakeasy-sdk-regen-1748587735
- 10.17.2
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:e6abe08224dce8d299432cd4245000fc31094574f0933bb1b3108b29fe153eaa
sourceBlobDigest: sha256:45718a09f8394811f7017eb2d3a72f3fb638c71309a85c8306691dfe0fb14a54
sourceRevisionDigest: sha256:6b53adb4626c8bcfa4b7c5c69f1795cd63fddbe0ffe20a2c666d77b1bf32bcd2
sourceBlobDigest: sha256:71dfd380f81d7d463d8c4a6c2f0a1921e2833f409d571fdfb21cc907fd454e55
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:245e102cad462dc0785e58be7fbdc88af47cd2b6cc1d653a8ff1b3f13053e3ef
codeSamplesRevisionDigest: sha256:4610d7d7bbb048a5cacb8e6a221c264066037c953ae0e59964637cc9d792b535
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 @@ -278,4 +278,14 @@ Based on:
### Generated
- [python v0.17.0] .
### Releases
- [PyPI v0.17.0] https://pypi.org/project/apideck-unify/0.17.0 - .
- [PyPI v0.17.0] https://pypi.org/project/apideck-unify/0.17.0 - .

## 2025-05-30 06:48:37
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.554.1 (2.616.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.17.1] .
### Releases
- [PyPI v0.17.1] https://pypi.org/project/apideck-unify/0.17.1 - .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "apideck-unify"
version = "0.17.0"
version = "0.17.1"
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.17.0"
__version__: str = "0.17.1"
__openapi_doc_version__: str = "10.17.2"
__gen_version__: str = "2.616.1"
__user_agent__: str = "speakeasy-sdk/python 0.17.0 2.616.1 10.17.2 apideck-unify"
__user_agent__: str = "speakeasy-sdk/python 0.17.1 2.616.1 10.17.2 apideck-unify"

try:
if __package__ is not None:
Expand Down