Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🐝 Update SDK - Generate 0.2.5 #15

Closed
wants to merge 1 commit into from
Closed
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
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.1
generationVersion: 2.488.4
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.6
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.1
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:d08ca09918c51347d6b0933df2205514cfe2ed97ed9c7f5ef18c33d13204202c
sourceBlobDigest: sha256:a69f69e03b51de0e1dad961420d56c77396abf49593c31fdb5c8bed96d785747
sourceRevisionDigest: sha256:dbbf724309ff648a3f0b978e71d4863d2add1324720ec01a75da8126e2a54ef1
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:dbbf724309ff648a3f0b978e71d4863d2add1324720ec01a75da8126e2a54ef1
sourceBlobDigest: sha256:3f9ef5f8309901ab3bd1df1be35ba92cc31c12c9df185e7ea184cb547dcb61db
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:7f063e3f73815b1228c53848cf52cc57bd20de00bd3851083e0259b810d57107
codeSamplesRevisionDigest: sha256:4fe3eb8fcbe3d74be7d98ba36505f16029e70b7e78404789212d9b491b8e1c65
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-09 00:16:38
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.465.1 (2.488.4) 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 - .
78 changes: 42 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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 All @@ -26,7 +26,7 @@ python-dateutil = "^2.8.2"
typing-inspect = "^0.9.0"

[tool.poetry.group.dev.dependencies]
mypy = "==1.13.0"
mypy = "==1.14.1"
pylint = "==3.2.3"
types-python-dateutil = "^2.9.0.20240316"

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.488.4"
user_agent: str = "speakeasy-sdk/python 0.2.5 2.488.4 10.9.0 apideck-unify"
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
timeout_ms: Optional[int] = None

Expand Down