Commit 4ac3b2d
chore: 🐝 Update SDK - Generate 0.26.0-beta.1 (#174)
> [!IMPORTANT]
> Linting report available at:
<https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/bf0427c20713a11fe7668763b568f89f>
> OpenAPI Change report available at:
<https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/31a7e970642e0a5917f23d6db791d459>
# SDK update
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.396.6 (2.415.6)
https://github.com/speakeasy-api/speakeasy
## OpenAPI Change Summary
```
├─┬Info
│ └──[🔀] version (4:14)
├─┬Components
│ └─┬partition_parameters
│ ├──[➕] properties (275:17)
│ └─┬strategy
│ ├──[🔀] description (193:34)
│ └──[🔀] default (194:30)❌
└─┬Extensions
└──[🔀] x-speakeasy-retries (330:22)
```
| Document Element | Total Changes | Breaking Changes |
|------------------|---------------|------------------|
| info | 1 | 0 |
| components | 3 | 1 |
## PYTHON CHANGELOG
## retries: 3.0.2 - 2024-09-06
### 🐛 Bug Fixes
- typing and usage snippets for next pagination func *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## retries: 3.0.1 - 2024-09-06
### 🐛 Bug Fixes
- retries not using asycnio.sleep in async calls *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## constsAndDefaults: 1.0.2 - 2024-08-06
### 🐛 Bug Fixes
- fixed rendering of const fields with examples in usage snippets
*(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## constsAndDefaults: 1.0.1 - 2024-07-30
### 🐛 Bug Fixes
- fixed handling of consts in non-json usages *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.5.3 - 2024-09-12
### 🐛 Bug Fixes
- crash when there was no available security *(commit by
[@ThomasRooney](https://github.com/ThomasRooney))*
## core: 5.5.2 - 2024-09-11
### 🔧 Chores
- improvements to usage snippet generation *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.5.1 - 2024-09-10
### 🔧 Chores
- sort sub-sdks in readme *(commit by
[@ThomasRooney](https://github.com/ThomasRooney))*
## core: 5.5.0 - 2024-09-08
### 🐝 New Features
- format code with dprint *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.4.5 - 2024-09-07
### 🐛 Bug Fixes
- ensure async client is used for async request building *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.4.4 - 2024-09-06
### 🔧 Chores
- upgrade to Pydantic 2.9 *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.4.3 - 2024-09-05
### 🐛 Bug Fixes
- ensure generated examples are stable generation to generation *(commit
by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.4.2 - 2024-08-28
### 🐛 Bug Fixes
- remove pyright entry from pyproject.toml *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.3.9 - 2024-08-18
### 🐛 Bug Fixes
- fixed handling of unset values when using serializers *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.4.1 - 2024-08-17
### 🔧 Chores
- remove unused method param *(commit by
[@adaam2](https://github.com/adaam2))*
## core: 5.3.8 - 2024-08-12
### 🐛 Bug Fixes
- downgrade python-dateutil to 2.8.2 *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.4.0 - 2024-08-09
### 🐝 New Features
- default debug logging *(commit by
[@ryan-timothy-albert](https://github.com/ryan-timothy-albert))*
## core: 5.3.7 - 2024-08-08
### 🔧 Chores
- add README information regarding IDE support *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.3.6 - 2024-08-08
### 🐛 Bug Fixes
- ensure README uploaded to pypi used absolute links *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.3.5 - 2024-08-07
### 🐛 Bug Fixes
- ordering of models in file to ensure dependencies come first *(commit
by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.3.4 - 2024-08-06
### 🐛 Bug Fixes
- various fixes to linting and type errors *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.3.3 - 2024-08-02
### 🐛 Bug Fixes
- fixed various issues with pyright warning/errors *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.3.2 - 2024-08-01
### 🐛 Bug Fixes
- language specific env var wrapping *(commit by
[@ThomasRooney](https://github.com/ThomasRooney))*
## core: 5.3.1 - 2024-08-01
### 🔧 Chores
- set pyproject.toml version field at compile time *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.2.6 - 2024-08-01
### 🐛 Bug Fixes
- add --skip-existing to poetry publish script *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.3.0 - 2024-07-31
### 🐝 New Features
- python debug logger interface *(commit by
[@ryan-timothy-albert](https://github.com/ryan-timothy-albert))*
## core: 5.2.5 - 2024-07-31
### 🐛 Bug Fixes
- fixed conversion of collection fields from TypedDict to Pydantic model
*(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## envVarSecurityUsage: 0.3.1 - 2024-08-03
### 🐛 Bug Fixes
- optionality of security in regards to env var usage *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## envVarSecurityUsage: 0.3.0 - 2024-08-01
### 🐝 New Features
- update security env vars for complex usage *(commit by
[@ryan-timothy-albert](https://github.com/ryan-timothy-albert))*
## envVarSecurityUsage: 0.2.1 - 2024-07-27
### 🐛 Bug Fixes
- show username environment variable in usage snippets *(commit by
[@disintegrator](https://github.com/disintegrator))*
## globalSecurity: 3.0.2 - 2024-08-07
### 🐛 Bug Fixes
- fixed documentation of global security schemes *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## globalSecurity: 3.0.1 - 2024-08-05
### 🐛 Bug Fixes
- fixed rendering of usage snippets when required security is used with
env vars *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## unions: 3.0.2 - 2024-08-09
### 🐛 Bug Fixes
- improved type matching for examples *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
---------
Co-authored-by: speakeasybot <[email protected]>
Co-authored-by: Austin Walker <[email protected]>1 parent 6b81735 commit 4ac3b2d
File tree
61 files changed
+4055
-451
lines changed- .github/workflows
- .speakeasy
- .vscode
- _test_unstructured_client/integration
- scripts
- src/unstructured_client
- _hooks
- custom
- models
- errors
- operations
- types
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+4055
-451
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | | - | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | | - | |
32 | | - | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | | - | |
| 42 | + | |
40 | 43 | | |
41 | | - | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
55 | | - | |
| 59 | + | |
56 | 60 | | |
57 | 61 | | |
58 | | - | |
59 | | - | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| 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 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 38 | + | |
40 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
41 | 56 | | |
42 | 57 | | |
43 | 58 | | |
| 59 | + | |
| 60 | + | |
44 | 61 | | |
45 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
46 | 66 | | |
| 67 | + | |
47 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
48 | 79 | | |
| 80 | + | |
| 81 | + | |
49 | 82 | | |
50 | 83 | | |
51 | 84 | | |
| |||
54 | 87 | | |
55 | 88 | | |
56 | 89 | | |
| 90 | + | |
57 | 91 | | |
58 | 92 | | |
59 | 93 | | |
| |||
62 | 96 | | |
63 | 97 | | |
64 | 98 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 10 | | |
19 | 11 | | |
20 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
21 | 16 | | |
22 | 17 | | |
23 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
32 | 54 | | |
33 | 55 | | |
34 | 56 | | |
35 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
36 | 63 | | |
37 | 64 | | |
38 | 65 | | |
39 | 66 | | |
40 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
41 | 71 | | |
42 | 72 | | |
43 | 73 | | |
| |||
143 | 173 | | |
144 | 174 | | |
145 | 175 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
| 176 | + | |
150 | 177 | | |
151 | 178 | | |
152 | 179 | | |
153 | 180 | | |
154 | | - | |
155 | | - | |
| 181 | + | |
| 182 | + | |
156 | 183 | | |
157 | 184 | | |
158 | 185 | | |
| |||
178 | 205 | | |
179 | 206 | | |
180 | 207 | | |
181 | | - | |
182 | 208 | | |
183 | 209 | | |
184 | | - | |
185 | 210 | | |
186 | 211 | | |
187 | 212 | | |
188 | | - | |
189 | | - | |
| 213 | + | |
| 214 | + | |
190 | 215 | | |
191 | 216 | | |
192 | 217 | | |
| |||
292 | 317 | | |
293 | 318 | | |
294 | 319 | | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
295 | 330 | | |
296 | 331 | | |
297 | 332 | | |
| |||
306 | 341 | | |
307 | 342 | | |
308 | 343 | | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
| 344 | + | |
313 | 345 | | |
314 | 346 | | |
315 | 347 | | |
316 | 348 | | |
317 | | - | |
318 | | - | |
| 349 | + | |
| 350 | + | |
319 | 351 | | |
320 | 352 | | |
321 | 353 | | |
| |||
333 | 365 | | |
334 | 366 | | |
335 | 367 | | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
336 | 383 | | |
337 | 384 | | |
338 | 385 | | |
| |||
0 commit comments