Skip to content

Releases: mixedbread-ai/mixedbread-python

v0.36.1

Choose a tag to compare

@stainless-app stainless-app released this 03 Nov 21:05
0a3e5ee

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

Choose a tag to compare

@stainless-app stainless-app released this 30 Oct 07:28
4349350

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

Choose a tag to compare

@stainless-app stainless-app released this 30 Oct 07:17
2a8bed8

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

Choose a tag to compare

@stainless-app stainless-app released this 08 Oct 14:22
ee70ebb

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

Choose a tag to compare

@stainless-app stainless-app released this 08 Oct 14:08
d145a01

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

Choose a tag to compare

@stainless-app stainless-app released this 01 Oct 15:49
c749dd6

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

Choose a tag to compare

@stainless-app stainless-app released this 01 Oct 10:46
dfc7cf9

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

Choose a tag to compare

@stainless-app stainless-app released this 01 Oct 10:32
fbac622

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

Choose a tag to compare

@stainless-app stainless-app released this 08 Sep 19:32
0f1366c

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)

v0.29.0

Choose a tag to compare

@stainless-app stainless-app released this 01 Sep 14:29

0.29.0 (2025-09-01)

Full Changelog: v0.28.1...v0.29.0

Features

Chores

  • internal: add Sequence related utils (cc3f90d)
  • internal: update pyright exclude list (8d57f64)