Skip to content

chore: 🐝 Update SDK - Generate 0.28.1 #209

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

Merged
merged 1 commit into from
Nov 26, 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
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 8b5fa338-9106-4734-abf0-e30d67044a90
management:
docChecksum: 98911c628e565edfa455e36caff7f1c6
docVersion: 1.0.53
speakeasyVersion: 1.441.1
generationVersion: 2.461.2
releaseVersion: 0.28.0
configChecksum: 664b8dd37fcde24058d9dd3153443a91
speakeasyVersion: 1.445.2
generationVersion: 2.461.4
releaseVersion: 0.28.1
configChecksum: 3df668d026dd2957c13f7d95dbd86e99
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
repoSubDirectory: .
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
Expand All @@ -16,7 +16,7 @@ features:
acceptHeaders: 3.0.0
additionalDependencies: 1.0.0
constsAndDefaults: 1.0.5
core: 5.6.5
core: 5.6.6
defaultEnabledRetries: 0.2.0
enumUnions: 0.1.0
envVarSecurityUsage: 0.3.2
Expand Down
13 changes: 7 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
speakeasyVersion: 1.441.1
speakeasyVersion: 1.445.2
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:038b0ca7f385b85ad48ed90e401baf382a23098ae9b31f4f38556eea1236a228
sourceBlobDigest: sha256:58ed8248232b8a0505cc6ca21a37347df8b85011736c5c20728265de9e841a7e
sourceRevisionDigest: sha256:efb042eb73c04bcd6d191aaa4071804cafea59920311cf022fcfd61d08ccb1c7
sourceBlobDigest: sha256:e55b63b92eeb51ac3a89c688fb59c7cfa1cdc0b294e639bcf000ebdd241d5a54
tags:
- latest
- speakeasy-sdk-regen-1731423394
- 1.0.53
targets:
unstructured-python:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:038b0ca7f385b85ad48ed90e401baf382a23098ae9b31f4f38556eea1236a228
sourceBlobDigest: sha256:58ed8248232b8a0505cc6ca21a37347df8b85011736c5c20728265de9e841a7e
sourceRevisionDigest: sha256:efb042eb73c04bcd6d191aaa4071804cafea59920311cf022fcfd61d08ccb1c7
sourceBlobDigest: sha256:e55b63b92eeb51ac3a89c688fb59c7cfa1cdc0b294e639bcf000ebdd241d5a54
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:7bd56d7d28128fd2bdb364cbd5f0b77af7512dbe80181a5a8844e3f24bc1b313
codeSamplesRevisionDigest: sha256:943eccadbc48e9424e8f160957701be2ee5a2b07fe75ff88fd8aef67f1f3ee85
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 @@ -734,4 +734,14 @@ Based on:
### Generated
- [python v0.28.0] .
### Releases
- [PyPI v0.28.0] https://pypi.org/project/unstructured-client/0.28.0 - .
- [PyPI v0.28.0] https://pypi.org/project/unstructured-client/0.28.0 - .

## 2024-11-26 00:09:45
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.445.2 (2.461.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.28.1] .
### Releases
- [PyPI v0.28.1] https://pypi.org/project/unstructured-client/0.28.1 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
python:
version: 0.28.0
version: 0.28.1
additionalDependencies:
dev:
deepdiff: '>=6.0'
Expand Down
2 changes: 1 addition & 1 deletion 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 = "unstructured-client"
version = "0.28.0"
version = "0.28.1"
description = "Python Client SDK for Unstructured API"
authors = ["Unstructured",]
readme = "README-PYPI.md"
Expand All @@ -27,7 +27,7 @@ jsonpath-python = "^1.0.6"
nest-asyncio = ">=1.6.0"
pydantic = "~2.9.2"
pypdf = ">=4.0"
python-dateutil = "2.8.2"
python-dateutil = "^2.8.2"
requests-toolbelt = ">=1.0.0"
typing-inspect = "^0.9.0"

Expand Down
2 changes: 1 addition & 1 deletion src/unstructured_client/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import importlib.metadata

__title__: str = "unstructured-client"
__version__: str = "0.28.0"
__version__: str = "0.28.1"

try:
if __package__ is not None:
Expand Down
6 changes: 3 additions & 3 deletions src/unstructured_client/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ class SDKConfiguration:
server: Optional[str] = ""
language: str = "python"
openapi_doc_version: str = "1.0.53"
sdk_version: str = "0.28.0"
gen_version: str = "2.461.2"
user_agent: str = "speakeasy-sdk/python 0.28.0 2.461.2 1.0.53 unstructured-client"
sdk_version: str = "0.28.1"
gen_version: str = "2.461.4"
user_agent: str = "speakeasy-sdk/python 0.28.1 2.461.4 1.0.53 unstructured-client"
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
timeout_ms: Optional[int] = None

Expand Down