Skip to content

Commit e45eb5f

Browse files
release: 0.41.0
1 parent 31afff6 commit e45eb5f

4 files changed

Lines changed: 16 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.40.0"
2+
".": "0.41.0"
33
}

CHANGELOG.md

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

3+
## 0.41.0 (2025-11-15)
4+
5+
Full Changelog: [v0.40.0...v0.41.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.40.0...v0.41.0)
6+
7+
### Features
8+
9+
* **api:** api update ([31afff6](https://github.com/mixedbread-ai/mixedbread-python/commit/31afff6212e416a2321fc7ee795db6e6ee1a9362))
10+
11+
12+
### Bug Fixes
13+
14+
* **compat:** update signatures of `model_dump` and `model_dump_json` for Pydantic v1 ([3532225](https://github.com/mixedbread-ai/mixedbread-python/commit/353222526c46c9287b01cec5bfc0b39a25558964))
15+
316
## 0.40.0 (2025-11-11)
417

518
Full Changelog: [v0.39.0...v0.40.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.39.0...v0.40.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.40.0"
3+
version = "0.41.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.40.0" # x-release-please-version
4+
__version__ = "0.41.0" # x-release-please-version

0 commit comments

Comments
 (0)