diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6db19b95..4ad3fef3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.0" + ".": "0.18.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 7c7d6d61..5ca021e4 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 49 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mixedbread%2Fmixedbread-1cb5e131887b451004a08be20efac2fa11c58a80dcee0176c38182b335499f05.yml openapi_spec_hash: 1476cba193e17ebfb4bbf20c74753b05 -config_hash: d2da42a6eb83a404ee93a107e3b5c0f2 +config_hash: 810d9712d3d0d6a1f50d71a25511d8a7 diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d5cce8..e0bcf4f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.18.0 (2025-07-17) + +Full Changelog: [v0.17.0...v0.18.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.17.0...v0.18.0) + +### Features + +* **api:** update via SDK Studio ([6ba9b5b](https://github.com/mixedbread-ai/mixedbread-python/commit/6ba9b5b982514e9d5f544021f562f239eb3c288a)) + ## 0.17.0 (2025-07-04) Full Changelog: [v0.16.0...v0.17.0](https://github.com/mixedbread-ai/mixedbread-python/compare/v0.16.0...v0.17.0) diff --git a/pyproject.toml b/pyproject.toml index bc769ba0..0e3a091e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mixedbread" -version = "0.17.0" +version = "0.18.0" description = "The official Python library for the Mixedbread API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/requirements-dev.lock b/requirements-dev.lock index ca2c5c9e..d37564b7 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -56,7 +56,7 @@ httpx==0.28.1 # via httpx-aiohttp # via mixedbread # via respx -httpx-aiohttp==0.1.6 +httpx-aiohttp==0.1.8 # via mixedbread idna==3.4 # via anyio diff --git a/requirements.lock b/requirements.lock index 2b940d36..e7c74727 100644 --- a/requirements.lock +++ b/requirements.lock @@ -43,7 +43,7 @@ httpcore==1.0.2 httpx==0.28.1 # via httpx-aiohttp # via mixedbread -httpx-aiohttp==0.1.6 +httpx-aiohttp==0.1.8 # via mixedbread idna==3.4 # via anyio diff --git a/src/mixedbread/_version.py b/src/mixedbread/_version.py index 596ec9fb..f16b39b9 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.17.0" # x-release-please-version +__version__ = "0.18.0" # x-release-please-version