Merged
Conversation
Contributor
Author
|
🧪 Testing To try out this version of the SDK, run: Expires at: Fri, 16 Jan 2026 08:02:16 GMT |
d389e3d to
905c0a8
Compare
905c0a8 to
57af120
Compare
57af120 to
a915b61
Compare
a915b61 to
7f4d08a
Compare
7f4d08a to
dca6115
Compare
| ) -> ResponseT: | ||
| opts = FinalRequestOptions.construct(method="patch", url=path, json_data=body, **options) | ||
| opts = FinalRequestOptions.construct( | ||
| method="patch", url=path, json_data=body, files=to_httpx_files(files), **options |
There was a problem hiding this comment.
Bug: Async patch method uses sync file conversion function
The async patch method incorrectly uses the synchronous to_httpx_files(files) function instead of await async_to_httpx_files(files). This is inconsistent with the async post method (line 1763) and async put method (line 1791), which both correctly use await async_to_httpx_files(files). Using the sync version in an async context could cause issues with async file operations and breaks the established pattern in the codebase.
dca6115 to
3de9845
Compare
3de9845 to
d3fed5b
Compare
Contributor
Author
|
🤖 Release is at https://github.com/mixedbread-ai/mixedbread-python/releases/tag/v0.43.0 🌻 |
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
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.
Automated Release PR
0.43.0 (2025-12-17)
Full Changelog: v0.42.0...v0.43.0
Features
Bug Fixes
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
Note
Lazily initializes resources, adds file upload support to PATCH (sync/async), updates API key scopes and store docs, and bumps to 0.43.0 with new spec.
mixedbread/_client.pytocached_propertyfor lazy initialization (sync/async), including raw/streaming wrappers, reducing import overhead.filessupport topatch()andasync patch(); propagate viaFinalRequestOptions.APIKey.Scope.methodto include"search"(types/api_key*.py).mixedbread/webstore behavior in search docs.0.43.0; update OpenAPI spec URL/hash and changelog.Written by Cursor Bugbot for commit d3fed5b. This will update automatically on new commits. Configure here.