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.26.0-beta.4 #186

Merged
merged 1 commit into from
Oct 2, 2024
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
16 changes: 8 additions & 8 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 8b5fa338-9106-4734-abf0-e30d67044a90
management:
docChecksum: 9539f605294aa86b949f639c62f09e45
docVersion: 1.0.50
speakeasyVersion: 1.402.14
generationVersion: 2.422.22
releaseVersion: 0.26.0-beta.3
configChecksum: d33f785870188c842139f190d72017a7
docChecksum: 21f469b38bb72725739ee9d9d0fc8780
docVersion: 1.0.51
speakeasyVersion: 1.405.6
generationVersion: 2.428.1
releaseVersion: 0.26.0-beta.4
configChecksum: 0b79ec3eb6db29cf265da8359efa5611
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
repoSubDirectory: .
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
Expand All @@ -15,7 +15,7 @@ features:
python:
additionalDependencies: 1.0.0
constsAndDefaults: 1.0.3
core: 5.5.5
core: 5.5.7
defaultEnabledRetries: 0.2.0
enumUnions: 0.1.0
envVarSecurityUsage: 0.3.1
Expand All @@ -28,7 +28,7 @@ features:
nameOverrides: 3.0.0
nullables: 1.0.0
openEnums: 1.0.0
responseFormat: 1.0.0
responseFormat: 1.0.1
retries: 3.0.2
sdkHooks: 1.0.0
serverIDs: 3.0.0
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.402.14
speakeasyVersion: 1.405.6
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:323f4dd5fa715938e57e2246e5f40cf999e9fe3dbc5a54ec7d004fff6e8a1c68
sourceBlobDigest: sha256:4db0a8bb46a600fc04c0d4c9099183d62f37edeb72a2dbe4a668674e1bc4738e
sourceRevisionDigest: sha256:e3464d52f2e61a998b54643c076678c5fd4239186074f29643d5703366dedd85
sourceBlobDigest: sha256:27e4879df402e924f9f65d336ea6d2fc8b16a00b87b4a802866238f7e9f639d3
tags:
- latest
- main
targets:
unstructured-python:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:323f4dd5fa715938e57e2246e5f40cf999e9fe3dbc5a54ec7d004fff6e8a1c68
sourceBlobDigest: sha256:4db0a8bb46a600fc04c0d4c9099183d62f37edeb72a2dbe4a668674e1bc4738e
sourceRevisionDigest: sha256:e3464d52f2e61a998b54643c076678c5fd4239186074f29643d5703366dedd85
sourceBlobDigest: sha256:27e4879df402e924f9f65d336ea6d2fc8b16a00b87b4a802866238f7e9f639d3
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 @@ -674,4 +674,14 @@ Based on:
### Generated
- [python v0.26.0-beta.3] .
### Releases
- [PyPI v0.26.0-beta.3] https://pypi.org/project/unstructured-client/0.26.0-beta.3 - .
- [PyPI v0.26.0-beta.3] https://pypi.org/project/unstructured-client/0.26.0-beta.3 - .

## 2024-10-02 00:09:13
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.405.6 (2.428.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.26.0-beta.4] .
### Releases
- [PyPI v0.26.0-beta.4] https://pypi.org/project/unstructured-client/0.26.0-beta.4 - .
4 changes: 3 additions & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 0.26.0-beta.3
version: 0.26.0-beta.4
additionalDependencies:
dev:
deepdiff: '>=6.0'
Expand All @@ -29,6 +29,8 @@ python:
clientServerStatusCodesAsErrors: true
description: Python Client SDK for Unstructured API
enumFormat: enum
fixFlags:
responseRequiredSep2024: false
flattenGlobalSecurity: true
flattenRequests: false
imports:
Expand Down
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 = "unstructured-client"
version = "0.26.0-beta.3"
version = "0.26.0-beta.4"
description = "Python Client SDK for Unstructured API"
authors = ["Unstructured",]
readme = "README-PYPI.md"
Expand Down
8 changes: 4 additions & 4 deletions src/unstructured_client/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ class SDKConfiguration:
server_url: Optional[str] = ""
server: Optional[str] = ""
language: str = "python"
openapi_doc_version: str = "1.0.50"
sdk_version: str = "0.26.0-beta.3"
gen_version: str = "2.422.22"
openapi_doc_version: str = "1.0.51"
sdk_version: str = "0.26.0-beta.4"
gen_version: str = "2.428.1"
user_agent: str = (
"speakeasy-sdk/python 0.26.0-beta.3 2.422.22 1.0.50 unstructured-client"
"speakeasy-sdk/python 0.26.0-beta.4 2.428.1 1.0.51 unstructured-client"
)
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
timeout_ms: Optional[int] = None
Expand Down