Skip to content

Releases: mixedbread-ai/mixedbread-python

v0.37.0

03 Nov 21:15
b37f4d4

Choose a tag to compare

0.37.0 (2025-11-03)

Full Changelog: v0.36.1...v0.37.0

Features


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

v0.36.1

03 Nov 21:05
0a3e5ee

Choose a tag to compare

0.36.1 (2025-10-31)

Full Changelog: v0.36.0...v0.36.1

Chores

  • internal/tests: avoid race condition with implicit client cleanup (8685562)

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

v0.36.0

30 Oct 07:28
4349350

Choose a tag to compare

0.36.0 (2025-10-30)

Full Changelog: v0.35.0...v0.36.0

Features

  • api: update via SDK Studio (979a334)

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

v0.35.0

30 Oct 07:17
2a8bed8

Choose a tag to compare

0.35.0 (2025-10-30)

Full Changelog: v0.34.0...v0.35.0

Features

Bug Fixes

  • client: close streams without requiring full consumption (c348610)

Chores

  • bump httpx-aiohttp version to 0.1.9 (305ea76)
  • internal: detect missing future annotations with ruff (7683f5b)

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

v0.34.0

08 Oct 14:22
ee70ebb

Choose a tag to compare

0.34.0 (2025-10-08)

Full Changelog: v0.33.0...v0.34.0

Features


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

v0.33.0

08 Oct 14:08
d145a01

Choose a tag to compare

0.33.0 (2025-10-08)

Full Changelog: v0.32.1...v0.33.0

Features


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

v0.32.1

01 Oct 15:49
c749dd6

Choose a tag to compare

0.32.1 (2025-10-01)

Full Changelog: v0.32.0...v0.32.1

Chores

  • add the stores helper functions (153269e)

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

v0.32.0

01 Oct 10:46
dfc7cf9

Choose a tag to compare

0.32.0 (2025-10-01)

Full Changelog: v0.31.0...v0.32.0

Features

  • api: update via SDK Studio (cdca00d)

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

v0.31.0

01 Oct 10:32
fbac622

Choose a tag to compare

0.31.0 (2025-10-01)

Full Changelog: v0.30.0...v0.31.0

Features

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (3dab10e)
  • internal: improve examples (3edbd38)
  • internal: update pydantic dependency (90fe5a9)
  • internal: use some smaller example values (7566937)
  • types: change optional parameter type from NotGiven to Omit (402891b)

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

v0.30.0

08 Sep 19:32
0f1366c

Choose a tag to compare

0.30.0 (2025-09-08)

Full Changelog: v0.29.0...v0.30.0

Features

  • api: api update (09480a0)
  • improve future compat with pydantic v3 (80527ad)
  • types: replace List[str] with SequenceNotStr in params (6fe239a)

Chores

  • internal: move mypy configurations to pyproject.toml file (67670ee)
  • tests: simplify get_platform test (216116c)