Skip to content

Commit eb54211

Browse files
committed
ci: regenerated with OpenAPI Doc 0.0.1, Speakeasy CLI 1.134.0
1 parent ab94fdc commit eb54211

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.speakeasy/gen.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ management:
44
docChecksum: 559aacf6828c62bd379326645382b3ba
55
docVersion: 0.0.1
66
speakeasyVersion: internal
7-
generationVersion: 2.228.1
7+
generationVersion: 2.230.1
88
releaseVersion: 0.15.2
99
configChecksum: c7f5587d10f16ad71c809e8627e64175
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,4 +334,14 @@ Based on:
334334
### Generated
335335
- [python v0.15.2] .
336336
### Releases
337+
- [PyPI v0.15.2] https://pypi.org/project/unstructured-client/0.15.2 - .
338+
339+
## 2024-01-09 00:20:10
340+
### Changes
341+
Based on:
342+
- OpenAPI Doc 0.0.1
343+
- Speakeasy CLI 1.134.0 (2.230.1) https://github.com/speakeasy-api/speakeasy
344+
### Generated
345+
- [python v0.15.2] .
346+
### Releases
337347
- [PyPI v0.15.2] https://pypi.org/project/unstructured-client/0.15.2 - .

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@
3636
"dev":["pylint==2.16.2"]
3737
},
3838
package_dir={'': 'src'},
39-
license="MIT License",
4039
python_requires='>=3.8'
4140
)

src/unstructured_client/sdkconfiguration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class SDKConfiguration:
2828
language: str = 'python'
2929
openapi_doc_version: str = '0.0.1'
3030
sdk_version: str = '0.15.2'
31-
gen_version: str = '2.228.1'
32-
user_agent: str = 'speakeasy-sdk/python 0.15.2 2.228.1 0.0.1 unstructured-client'
31+
gen_version: str = '2.230.1'
32+
user_agent: str = 'speakeasy-sdk/python 0.15.2 2.230.1 0.0.1 unstructured-client'
3333
retry_config: RetryConfig = None
3434

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

0 commit comments

Comments
 (0)