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
2 changes: 1 addition & 1 deletion .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ management:
docChecksum: 559aacf6828c62bd379326645382b3ba
docVersion: 0.0.1
speakeasyVersion: internal
generationVersion: 2.228.1
generationVersion: 2.230.1
releaseVersion: 0.15.2
configChecksum: c7f5587d10f16ad71c809e8627e64175
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
Expand Down
10 changes: 10 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,4 +334,14 @@ Based on:
### Generated
- [python v0.15.2] .
### Releases
- [PyPI v0.15.2] https://pypi.org/project/unstructured-client/0.15.2 - .

## 2024-01-09 00:20:10
### Changes
Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.134.0 (2.230.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.15.2] .
### Releases
- [PyPI v0.15.2] https://pypi.org/project/unstructured-client/0.15.2 - .
4 changes: 2 additions & 2 deletions src/unstructured_client/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class SDKConfiguration:
language: str = 'python'
openapi_doc_version: str = '0.0.1'
sdk_version: str = '0.15.2'
gen_version: str = '2.228.1'
user_agent: str = 'speakeasy-sdk/python 0.15.2 2.228.1 0.0.1 unstructured-client'
gen_version: str = '2.230.1'
user_agent: str = 'speakeasy-sdk/python 0.15.2 2.230.1 0.0.1 unstructured-client'
retry_config: RetryConfig = None

def get_server_details(self) -> Tuple[str, Dict[str, str]]:
Expand Down