-
Notifications
You must be signed in to change notification settings - Fork 17
chore: 🐝 Update SDK - Generate 0.28.1 #209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e4cefae
to
e7b5b88
Compare
e7b5b88
to
9369e69
Compare
pawel-kmiecik
approved these changes
Nov 20, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
9369e69
to
32a8623
Compare
vangheem
added a commit
that referenced
this pull request
Nov 21, 2024
Copy of this to see if CI runs: #209 > [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/a5c25ae9b185230c5180fe29449e1e97> > OpenAPI Change report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/da9ff1d610cf151db32ab645e57d46f4> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.441.1 (2.461.2) https://github.com/speakeasy-api/speakeasy ## Versioning Version Bump Type: [minor] - 🤖 (automated) ## OpenAPI Change Summary ``` ├─┬Info │ └──[🔀] version (5:16) ├─┬Paths │ └─┬/general/v0/general │ └─┬POST │ └─┬Responses │ └─┬200 │ ├──[➕] content (76:27) │ └─┬application/json │ └─┬Schema │ └─┬Extensions │ └──[➕] x-speakeasy-name-override (73:48) └─┬Components ├──[➕] schemas (549:22) └─┬partition_parameters ├──[➕] properties (512:11) ├──[➕] properties (518:11) ├──[➕] properties (341:11) ├─┬unique_element_ids │ └──[🔀] title (357:22) └─┬strategy └──[➕] enum (330:15) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | paths | 2 | 0 | | components | 6 | 0 | | info | 1 | 0 | ## PYTHON CHANGELOG ## acceptHeaders: 3.0.0 - 2024-07-04 ### 🐝 New Features - upgrade to pythonv2 *(commit by [@ThomasRooney](https://github.com/ThomasRooney))* ## envVarSecurityUsage: 0.3.2 - 2024-11-04 ### 🐛 Bug Fixes - speakeasy examples override default strings *(commit by [@ryan-timothy-albert](https://github.com/ryan-timothy-albert))* ## constsAndDefaults: 1.0.5 - 2024-11-12 ### 🐛 Bug Fixes - import paths for enum defaults for method inputs *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* ## core: 5.6.5 - 2024-11-12 ### 🐛 Bug Fixes - sort media type objects by specificity *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 5.6.4 - 2024-11-05 ### 🐛 Bug Fixes - Prevent compilation errors with missing response schemas *(commit by [@bflad](https://github.com/bflad))* ## core: 5.6.3 - 2024-11-04 ### 🐛 Bug Fixes - Prevent compilation errors on macOS and if the source code directory changes *(commit by [@bflad](https://github.com/bflad))* ## core: 5.6.2 - 2024-10-31 ### 🐛 Bug Fixes - Prevent panic with invalid implicit discriminator mappings with propertyName within allOf object *(commit by [@bflad](https://github.com/bflad))* ## unions: 3.0.3 - 2024-11-05 ### 🐛 Bug Fixes - improved handling of complex allOf schemas that merge multiple types *(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))* Co-authored-by: speakeasybot <[email protected]>
32a8623
to
57d4843
Compare
a8c13ef
to
864a265
Compare
864a265
to
5d60fe2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Important
Linting report available at: https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/efc89a20175e75a2d533748718434f9f
OpenAPI Change report available at: https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/e3e7cef5091a4d597f6bb0b877dddde5
SDK update
Based on:
Versioning
Version Bump Type: [patch] - 🤖 (automated)
OpenAPI Change Summary
No specification changes
PYTHON CHANGELOG
core: 5.6.6 - 2024-11-21
🐛 Bug Fixes