release: 0.36.1#251
Merged
Merged
Conversation
Contributor
Author
|
🧪 Testing To try out this version of the SDK, run: Expires: Sun, 30 Nov 2025 04:13:07 GMT |
|
|
||
| # `extra_query` takes priority over `query` when keys clash | ||
| request = self.client._build_request( | ||
| request = client._build_request( |
There was a problem hiding this comment.
Bug: Bug
The test_request_extra_json, test_request_extra_headers, and test_request_extra_query methods in TestAsyncMixedbread are currently using the synchronous client: Mixedbread fixture. These tests are part of the async test suite and should use the async_client: AsyncMixedbread fixture to ensure proper async client behavior is being tested.
Contributor
Author
|
🤖 Release is at https://github.com/mixedbread-ai/mixedbread-python/releases/tag/v0.36.1 🌻 |
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.36.1 (2025-10-31)
Full Changelog: v0.36.0...v0.36.1
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
Bumps to 0.36.1, updates changelog and spec stats, and refactors tests to use fixtures with explicit client cleanup to avoid race conditions.
0.36.1inpyproject.tomlandsrc/mixedbread/_version.py.CHANGELOG.mdfor0.36.1..stats.yml.tests/test_client.pyto use injectedclient/async_clientfixtures instead of class attributes.close()/await close()calls and minor variable renames to prevent connection leaks and race conditions.@pytest.mark.asyncio).Written by Cursor Bugbot for commit de2eb21. This will update automatically on new commits. Configure here.