Skip to content

Commit 99284a4

Browse files
release: 0.40.0
1 parent 93c24d4 commit 99284a4

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.39.0"
2+
".": "0.40.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.40.0 (2025-11-11)
4+
5+
Full Changelog: [v0.39.0...v0.40.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.39.0...v0.40.0)
6+
7+
### Features
8+
9+
* **api:** api update ([93c24d4](https://github.com/mixedbread-ai/mixedbread-python/commit/93c24d40549f6e7d1cb881313a40bcdd19fed4ab))
10+
* **api:** api update ([478b973](https://github.com/mixedbread-ai/mixedbread-python/commit/478b9736d4da0411c814620a61b2675faed9173c))
11+
12+
13+
### Bug Fixes
14+
15+
* compat with Python 3.14 ([99a4c1c](https://github.com/mixedbread-ai/mixedbread-python/commit/99a4c1c553bd638b2d7e2f050ca33824623c93e8))
16+
17+
18+
### Chores
19+
20+
* **package:** drop Python 3.8 support ([54a77eb](https://github.com/mixedbread-ai/mixedbread-python/commit/54a77eb9af52ced156a07b0d524068cb5337dd8f))
21+
322
## 0.39.0 (2025-11-07)
423

524
Full Changelog: [v0.38.0...v0.39.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.38.0...v0.39.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mixedbread"
3-
version = "0.39.0"
3+
version = "0.40.0"
44
description = "The official Python library for the Mixedbread API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/mixedbread/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "mixedbread"
4-
__version__ = "0.39.0" # x-release-please-version
4+
__version__ = "0.40.0" # x-release-please-version

0 commit comments

Comments
 (0)