From 0cc719f25fcb12f2990cb027069d04f336987870 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 19:22:36 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/mixedbread/types/scored_text_input_chunk.py | 3 +++ src/mixedbread/types/stores/text_input_chunk.py | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index de33ef3a..97498d1f 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 56 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mixedbread/mixedbread-284113064cbdc0dc556ccec620ed46da0c0f6163b9ff32ad0b3e9839a8a867df.yml -openapi_spec_hash: af5a070b206b9486beb5f2edd7b6a1c4 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mixedbread/mixedbread-a5ced984ffa6baffe454ae18348039c0c7e0ac2c1a3b59875e8b3352d4af2ac5.yml +openapi_spec_hash: c22196b7ee066ff04308ca2debc619ff config_hash: ea30439e415ad92fd65dd21586143acc diff --git a/src/mixedbread/types/scored_text_input_chunk.py b/src/mixedbread/types/scored_text_input_chunk.py index d801910d..aeb0c355 100644 --- a/src/mixedbread/types/scored_text_input_chunk.py +++ b/src/mixedbread/types/scored_text_input_chunk.py @@ -72,3 +72,6 @@ class ScoredTextInputChunk(BaseModel): context: Optional[str] = None """LLM-generated context that situates this chunk within its source document""" + + summary: Optional[str] = None + """summary of the text chunk""" diff --git a/src/mixedbread/types/stores/text_input_chunk.py b/src/mixedbread/types/stores/text_input_chunk.py index 0080d81f..aac68639 100644 --- a/src/mixedbread/types/stores/text_input_chunk.py +++ b/src/mixedbread/types/stores/text_input_chunk.py @@ -54,3 +54,6 @@ class TextInputChunk(BaseModel): context: Optional[str] = None """LLM-generated context that situates this chunk within its source document""" + + summary: Optional[str] = None + """summary of the text chunk""" From b3d64db63df6b698f580428d78d0cfd3888c1e84 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 19:23:10 +0000 Subject: [PATCH 2/2] release: 0.53.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/mixedbread/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fed4b17f..c3e01e1e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.52.0" + ".": "0.53.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e3126d6e..8692a81d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.53.0 (2026-05-21) + +Full Changelog: [v0.52.0...v0.53.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.52.0...v0.53.0) + +### Features + +* **api:** api update ([0cc719f](https://github.com/mixedbread-ai/mixedbread-python/commit/0cc719f25fcb12f2990cb027069d04f336987870)) + ## 0.52.0 (2026-05-20) Full Changelog: [v0.51.0...v0.52.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.51.0...v0.52.0) diff --git a/pyproject.toml b/pyproject.toml index d834b0b8..5e484b77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mixedbread" -version = "0.52.0" +version = "0.53.0" description = "The official Python library for the Mixedbread API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/mixedbread/_version.py b/src/mixedbread/_version.py index 578f2c47..0b31f437 100644 --- a/src/mixedbread/_version.py +++ b/src/mixedbread/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "mixedbread" -__version__ = "0.52.0" # x-release-please-version +__version__ = "0.53.0" # x-release-please-version