Skip to content

Commit 70298e6

Browse files
release: 0.48.0
1 parent d6162fc commit 70298e6

4 files changed

Lines changed: 23 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.47.1"
2+
".": "0.48.0"
33
}

CHANGELOG.md

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

3+
## 0.48.0 (2026-03-18)
4+
5+
Full Changelog: [v0.47.1...v0.48.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.47.1...v0.48.0)
6+
7+
### Features
8+
9+
* **api:** api update ([d6162fc](https://github.com/mixedbread-ai/mixedbread-python/commit/d6162fc5da00d48833fd957e7fcea8f8031fbb50))
10+
* **api:** api update ([4405e7f](https://github.com/mixedbread-ai/mixedbread-python/commit/4405e7fb5f927cde5ab0f282fa588faa7e09bbd3))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** bump minimum typing-extensions version ([b7a8459](https://github.com/mixedbread-ai/mixedbread-python/commit/b7a84597b8d41c54ab99197d818326327dbf9e06))
16+
* **pydantic:** do not pass `by_alias` unless set ([d37406c](https://github.com/mixedbread-ai/mixedbread-python/commit/d37406cba3065f5b61c1d76fa228df3ef3133e3d))
17+
18+
19+
### Chores
20+
21+
* **internal:** tweak CI branches ([a1dbb21](https://github.com/mixedbread-ai/mixedbread-python/commit/a1dbb2102fd91079706db5c0bb82cbb01b280459))
22+
323
## 0.47.1 (2026-03-12)
424

525
Full Changelog: [v0.47.0...v0.47.1](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.47.0...v0.47.1)

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.47.1"
3+
version = "0.48.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.47.1" # x-release-please-version
4+
__version__ = "0.48.0" # x-release-please-version

0 commit comments

Comments
 (0)