Skip to content

Commit 1577c37

Browse files
authored
Merge pull request #14 from Unstructured-IO/speakeasy-sdk-regen-1700093948
chore: 🐝 Update SDK - Generate
2 parents 972af88 + 66f280b commit 1577c37

36 files changed

+121
-31
lines changed

.gitattributes

100755100644
File mode changed.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,11 @@ s = unstructured_client.UnstructuredClient(
9797
<!-- No Server Selection -->
9898

9999
<!-- Start Custom HTTP Client -->
100-
# Custom HTTP Client
100+
## Custom HTTP Client
101101

102102
The Python SDK makes API calls using the (requests)[https://pypi.org/project/requests/] HTTP library. In order to provide a convenient way to configure timeouts, cookies, proxies, custom headers, and other low-level configuration, you can initialize the SDK client with a custom `requests.Session` object.
103103

104-
105104
For example, you could specify a header for every request that this sdk makes as follows:
106-
107105
```python
108106
import unstructured_client
109107
import requests

RELEASES.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,34 @@ Based on:
254254
### Generated
255255
- [python v0.14.0] .
256256
### Releases
257-
- [PyPI v0.14.0] https://pypi.org/project/unstructured-client/0.14.0 - .
257+
- [PyPI v0.14.0] https://pypi.org/project/unstructured-client/0.14.0 - .
258+
259+
## 2023-11-16 00:19:06
260+
### Changes
261+
Based on:
262+
- OpenAPI Doc 0.0.1
263+
- Speakeasy CLI 1.120.3 (2.192.1) https://github.com/speakeasy-api/speakeasy
264+
### Generated
265+
- [python v0.14.1] .
266+
### Releases
267+
- [PyPI v0.14.1] https://pypi.org/project/unstructured-client/0.14.1 - .
268+
269+
## 2023-11-18 00:18:40
270+
### Changes
271+
Based on:
272+
- OpenAPI Doc 0.0.1
273+
- Speakeasy CLI 1.121.1 (2.194.1) https://github.com/speakeasy-api/speakeasy
274+
### Generated
275+
- [python v0.14.2] .
276+
### Releases
277+
- [PyPI v0.14.2] https://pypi.org/project/unstructured-client/0.14.2 - .
278+
279+
## 2023-11-21 00:19:25
280+
### Changes
281+
Based on:
282+
- OpenAPI Doc 0.0.1
283+
- Speakeasy CLI 1.121.3 (2.195.2) https://github.com/speakeasy-api/speakeasy
284+
### Generated
285+
- [python v0.14.3] .
286+
### Releases
287+
- [PyPI v0.14.3] https://pypi.org/project/unstructured-client/0.14.3 - .

USAGE.md

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<!-- Start SDK Example Usage -->
2-
3-
42
```python
53
import unstructured_client
64
from unstructured_client.models import shared

docs/models/errors/httpvalidationerror.md

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
| Field | Type | Required | Description |
77
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
8-
| `detail` | List[[errors.ValidationError](../../models/errors/validationerror.md)] | :heavy_minus_sign: | N/A |
8+
| `detail` | List[[shared.ValidationError](../../models/shared/validationerror.md)] | :heavy_minus_sign: | N/A |

docs/models/operations/partitionresponse.md

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `elements` | List[*Any*] | :heavy_minus_sign: | Successful Response |
1010
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
11-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |

docs/models/shared/files.md

100755100644
File mode changed.
File renamed without changes.

docs/models/shared/partitionparameters.md

100755100644
File mode changed.

docs/models/shared/security.md

100755100644
File mode changed.

0 commit comments

Comments
 (0)