Commit 6009da1
chore: 🐝 Update SDK - Generate 0.29.0 (#217)
> [!IMPORTANT]
> Linting report available at:
<https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/c9e8c840f0787c92e4c8431f105e7d35>
> OpenAPI Change report available at:
<https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/8481009403121af97c91cb6c5d645335>
# SDK update
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.468.6 (2.493.13)
https://github.com/speakeasy-api/speakeasy
## Versioning
Version Bump Type: [minor] - 🤖 (automated)
## OpenAPI Change Summary
```
└─┬Info
└──[🔀] version (5:16)
```
| Document Element | Total Changes | Breaking Changes |
|------------------|---------------|------------------|
| info | 1 | 0 |
## PYTHON CHANGELOG
## globalServerURLs: 3.1.0 - 2024-12-16
### 🐝 New Features
- allow server URL to be overridable always *(commit by
[@disintegrator](https://github.com/disintegrator))*
## nameOverrides: 3.0.1 - 2024-12-20
### 🔧 Chores
- Rename baseSDK methods to prevent accidental name collision with user
defined methods *(commit by
[@kanwardeep](https://github.com/Kanwardeep))*
## unions: 3.0.4 - 2024-11-21
### 🐛 Bug Fixes
- search recursively for the discriminator attribute in nested unions
*(commit by [@2ynn](https://github.com/2ynn))*
## examples: 3.0.1 - 2025-01-08
### 🐛 Bug Fixes
- prevent map examples from retaining obsolete key-value pairs *(commit
by [@2ynn](https://github.com/2ynn))*
## core: 5.10.1 - 2025-01-10
### 🐛 Bug Fixes
- prevent wrapping of lambda fn from causing pylint error *(commit by
[@walker-tx](https://github.com/walker-tx))*
## core: 5.10.0 - 2025-01-08
### 🐝 New Features
- expose sdk versioning data as constants in python *(commit by
[@walker-tx](https://github.com/walker-tx))*
## core: 5.9.0 - 2025-01-08
### 🐝 New Features
- Upgrade poetry to 2.0.0 for latest features such as PEP 621 support
*(commit by [@bflad](https://github.com/bflad))*
## core: 5.8.0 - 2025-01-06
### 🐝 New Features
- Bump Python minimum version to 3.9 as 3.8 has been end-of-life since
October 2024 *(commit by [@bflad](https://github.com/bflad))*
## core: 5.7.6 - 2025-01-06
### 🐛 Bug Fixes
- Upgrade mypy to 1.14.1 to prevent Python 3.13 errors *(commit by
[@bflad](https://github.com/bflad))*
## core: 5.7.5 - 2025-01-06
### 🐛 Bug Fixes
- conflicts with models package in field names *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.7.4 - 2024-12-16
### 🐛 Bug Fixes
- flattening with hidden parameters *(commit by
[@mfbx9da4](https://github.com/mfbx9da4))*
## core: 5.7.3 - 2024-12-13
### 🐛 Bug Fixes
- Support OAS references under multipart/form-data file properties
*(commit by [@bflad](https://github.com/bflad))*
## core: 5.7.2 - 2024-12-13
### 🐛 Bug Fixes
- add a docstring for http_headers *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.7.1 - 2024-12-12
### 🐛 Bug Fixes
- templating of local server URLs *(commit by
[@mfbx9da4](https://github.com/mfbx9da4))*
## core: 5.7.0 - 2024-12-12
### 🐝 New Features
- support passing extra request headers in sdk method calls *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.6.11 - 2024-12-09
### 🔧 Chores
- update pydantic and httpx dependencies *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.6.10 - 2024-12-06
### 🐛 Bug Fixes
- support property names solely comprised of illegal characters *(commit
by [@mfbx9da4](https://github.com/mfbx9da4))*
## core: 5.6.9 - 2024-12-04
### 🐛 Bug Fixes
- avoid setting content-type header for requests with no bodies *(commit
by [@disintegrator](https://github.com/disintegrator))*
## core: 5.6.8 - 2024-11-22
### 🐛 Bug Fixes
- handle circular references through unions correctly *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.6.7 - 2024-11-22
### 🐛 Bug Fixes
- make the SDK a context manager so transports can be closed after use
*(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
Co-authored-by: speakeasybot <[email protected]>1 parent f2e0bbb commit 6009da1
File tree
33 files changed
+734
-404
lines changed- .github/workflows
- .speakeasy
- docs
- models/utils
- sdks
- general
- unstructuredclient
- src/unstructured_client
- models
- errors
- operations
- utils
33 files changed
+734
-404
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | | - | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
| |||
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| 116 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments