Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.465.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jan 8, 2025
1 parent dde443f commit 474ae59
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 21 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.speakeasy/reports
.venv/
venv/
src/*.egg-info/
Expand Down
14 changes: 7 additions & 7 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: 751539f3b8a24084318c7802fe497e71
docChecksum: ecf7354636f4f827d05e58359babc840
docVersion: 10.9.0
speakeasyVersion: 1.460.3
generationVersion: 2.484.0
releaseVersion: 0.2.4
configChecksum: bdcd3827c3200357b0cecbb61a884e91
speakeasyVersion: 1.465.0
generationVersion: 2.486.6
releaseVersion: 0.2.5
configChecksum: 0b3e9446df0003772dfa12f5e0696179
repoURL: https://github.com/apideck-libraries/sdk-python.git
installationURL: https://github.com/apideck-libraries/sdk-python.git
published: true
Expand All @@ -15,10 +15,10 @@ features:
acceptHeaders: 3.0.0
additionalDependencies: 1.0.0
constsAndDefaults: 1.0.5
core: 5.7.4
core: 5.7.5
deepObjectParams: 0.1.0
defaultEnabledRetries: 0.2.0
deprecations: 3.0.0
deprecations: 3.0.2
devContainers: 3.0.0
downloadStreams: 1.0.1
enumUnions: 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
python:
version: 0.2.4
version: 0.2.5
additionalDependencies:
dev: {}
main: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.460.3
speakeasyVersion: 1.465.0
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:d08ca09918c51347d6b0933df2205514cfe2ed97ed9c7f5ef18c33d13204202c
sourceBlobDigest: sha256:a69f69e03b51de0e1dad961420d56c77396abf49593c31fdb5c8bed96d785747
sourceRevisionDigest: sha256:f141bdb41ad8ce2af0058ceedd19bf76bd6515fd00aac2e3e2587abc18208bfc
sourceBlobDigest: sha256:3f9ef5f8309901ab3bd1df1be35ba92cc31c12c9df185e7ea184cb547dcb61db
tags:
- latest
- speakeasy-sdk-regen-1735312386
- speakeasy-sdk-regen-1735817305
- 10.9.0
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:d08ca09918c51347d6b0933df2205514cfe2ed97ed9c7f5ef18c33d13204202c
sourceBlobDigest: sha256:a69f69e03b51de0e1dad961420d56c77396abf49593c31fdb5c8bed96d785747
sourceRevisionDigest: sha256:f141bdb41ad8ce2af0058ceedd19bf76bd6515fd00aac2e3e2587abc18208bfc
sourceBlobDigest: sha256:3f9ef5f8309901ab3bd1df1be35ba92cc31c12c9df185e7ea184cb547dcb61db
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:7f063e3f73815b1228c53848cf52cc57bd20de00bd3851083e0259b810d57107
codeSamplesRevisionDigest: sha256:81940070ae748782efa46840bd2b6f7b99fbb80c5a0d2e66627fa7ed552f2819
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 @@ -48,4 +48,14 @@ Based on:
### Generated
- [python v0.2.4] .
### Releases
- [PyPI v0.2.4] https://pypi.org/project/apideck-unify/0.2.4 - .
- [PyPI v0.2.4] https://pypi.org/project/apideck-unify/0.2.4 - .

## 2025-01-08 00:16:37
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.465.0 (2.486.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.2.5] .
### Releases
- [PyPI v0.2.5] https://pypi.org/project/apideck-unify/0.2.5 - .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "apideck-unify"
version = "0.2.4"
version = "0.2.5"
description = "Python Client SDK Generated by Speakeasy."
authors = ["Speakeasy",]
readme = "README-PYPI.md"
Expand Down
2 changes: 1 addition & 1 deletion src/apideck_unify/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import importlib.metadata

__title__: str = "apideck-unify"
__version__: str = "0.2.4"
__version__: str = "0.2.5"

try:
if __package__ is not None:
Expand Down
6 changes: 3 additions & 3 deletions src/apideck_unify/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ class SDKConfiguration:
server_idx: Optional[int] = 0
language: str = "python"
openapi_doc_version: str = "10.9.0"
sdk_version: str = "0.2.4"
gen_version: str = "2.484.0"
user_agent: str = "speakeasy-sdk/python 0.2.4 2.484.0 10.9.0 apideck-unify"
sdk_version: str = "0.2.5"
gen_version: str = "2.486.6"
user_agent: str = "speakeasy-sdk/python 0.2.5 2.486.6 10.9.0 apideck-unify"
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
timeout_ms: Optional[int] = None

Expand Down

0 comments on commit 474ae59

Please sign in to comment.