From 739abba827998af1958130caa2f3d133081d2563 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 19:57:48 +0000 Subject: [PATCH 1/2] feat(api): update via SDK Studio (#166) --- .stats.yml | 2 +- README.md | 4 ++-- SECURITY.md | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index e15c1ab2..0f169186 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 32 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mixedbread%2Fmixedbread-82c2c1c322149cd73b2e8e45f475919b941752a89e74464ccecd1aee9352e9be.yml openapi_spec_hash: bfb0b19d1094dc80774c752f9b84185e -config_hash: 3fa8ca8b7bc0d9e1997e20d7a2e4d22c +config_hash: 69ea986b716f75e2cd90b43881a59c88 diff --git a/README.md b/README.md index a822dd97..5d3e4084 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Mixedbread Python API library +# Mixedbread Python SDK API library [![PyPI version](https://img.shields.io/pypi/v/mixedbread.svg)](https://pypi.org/project/mixedbread/) -The Mixedbread Python library provides convenient access to the Mixedbread REST API from any Python 3.8+ +The Mixedbread Python SDK library provides convenient access to the Mixedbread REST API from any Python 3.8+ application. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx). diff --git a/SECURITY.md b/SECURITY.md index 6ccfcf0f..7a1bc651 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -20,6 +20,8 @@ or products provided by Mixedbread please follow the respective company's securi ### Mixedbread Terms and Policies +Our Security Policy can be found at [Security Policy URL](https://mixedbread.com/pages/privacy). + Please contact support@mixedbread.com for any questions or concerns regarding security of our services. --- From 1229338a2df941dfe04077d2825996186d19a7ca Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 19:58:07 +0000 Subject: [PATCH 2/2] release: 0.1.0-alpha.37 --- .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 a696b6a7..154a6970 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.36" + ".": "0.1.0-alpha.37" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 36199bf2..e77fa2e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.37 (2025-04-03) + +Full Changelog: [v0.1.0-alpha.36...v0.1.0-alpha.37](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.1.0-alpha.36...v0.1.0-alpha.37) + +### Features + +* **api:** update via SDK Studio ([#166](https://github.com/mixedbread-ai/mixedbread-python/issues/166)) ([739abba](https://github.com/mixedbread-ai/mixedbread-python/commit/739abba827998af1958130caa2f3d133081d2563)) + ## 0.1.0-alpha.36 (2025-04-03) Full Changelog: [v0.1.0-alpha.35...v0.1.0-alpha.36](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.1.0-alpha.35...v0.1.0-alpha.36) diff --git a/pyproject.toml b/pyproject.toml index 8e2fcbc6..2385f4e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mixedbread" -version = "0.1.0-alpha.36" +version = "0.1.0-alpha.37" 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 61c8875b..b1995b29 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.1.0-alpha.36" # x-release-please-version +__version__ = "0.1.0-alpha.37" # x-release-please-version