Skip to content

Commit 0b5650c

Browse files
release: 0.42.0
1 parent b68552a commit 0b5650c

4 files changed

Lines changed: 25 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.41.0"
2+
".": "0.42.0"
33
}

CHANGELOG.md

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

3+
## 0.42.0 (2025-12-06)
4+
5+
Full Changelog: [v0.41.0...v0.42.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.41.0...v0.42.0)
6+
7+
### Features
8+
9+
* **api:** api update ([b68552a](https://github.com/mixedbread-ai/mixedbread-python/commit/b68552a2d589b6d8fffde474f9380c55987039fd))
10+
* **api:** api update ([827c1c9](https://github.com/mixedbread-ai/mixedbread-python/commit/827c1c990ef63105a07fcc7343c412b8dc0adfef))
11+
12+
13+
### Bug Fixes
14+
15+
* ensure streams are always closed ([28298c9](https://github.com/mixedbread-ai/mixedbread-python/commit/28298c9a679d40727c20d51c3e67c765db2d1801))
16+
17+
18+
### Chores
19+
20+
* add Python 3.14 classifier and testing ([96031f8](https://github.com/mixedbread-ai/mixedbread-python/commit/96031f8ee44ce757efcb0d73377530a4179f9c77))
21+
* **deps:** mypy 1.18.1 has a regression, pin to 1.17 ([fcb918d](https://github.com/mixedbread-ai/mixedbread-python/commit/fcb918dcd2bd7fe6de849981d1c224b6623b1d40))
22+
* **docs:** use environment variables for authentication in code snippets ([98093d0](https://github.com/mixedbread-ai/mixedbread-python/commit/98093d0c07f4f14de4d82bbc015cb9aa06f2fab7))
23+
* update lockfile ([8f57fad](https://github.com/mixedbread-ai/mixedbread-python/commit/8f57fad79bd7cd01ef1fcdbb4b648b16cc548109))
24+
325
## 0.41.0 (2025-11-15)
426

527
Full Changelog: [v0.40.0...v0.41.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.40.0...v0.41.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.41.0"
3+
version = "0.42.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.41.0" # x-release-please-version
4+
__version__ = "0.42.0" # x-release-please-version

0 commit comments

Comments
 (0)