Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.36"
".": "0.1.0-alpha.37"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 2 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/mixedbread/_version.py
Original file line number Diff line number Diff line change
@@ -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
Loading