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.4.1-beta.3"
".": "0.4.1"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 14
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/miru-ml%2Fmiru-server-1187ba20c7bd5d91919c6e65f71201c9997541aae5ea6b3068b2e8094b4b8d0c.yml
openapi_spec_hash: fd892348c3cd6e7ec5bdce4d8134bf14
config_hash: d9289b2cf60daedf64e567c87ab89594
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/miru-ml%2Fmiru-server-d5d0de741a61bae4e957197c6fb0859ee5880ddab98616469f4414dc373c9d7f.yml
openapi_spec_hash: 10d91729a0e0430fd2a6c68b2c81f886
config_hash: 568f270a0ae3182575201912161a09cf
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.4.1 (2025-10-05)

Full Changelog: [v0.4.1-beta.3...v0.4.1](https://github.com/miruml/python-server-sdk/compare/v0.4.1-beta.3...v0.4.1)

### Documentation

* update docs ([c152552](https://github.com/miruml/python-server-sdk/commit/c15255242bb7a5051d8618682afd0b981fe32396))

## 0.4.1-beta.3 (2025-10-05)

Full Changelog: [v0.4.1-beta.2...v0.4.1-beta.3](https://github.com/miruml/python-server-sdk/compare/v0.4.1-beta.2...v0.4.1-beta.3)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ It is generated with [Stainless](https://www.stainless.com/).

## Documentation

The REST API documentation can be found on [docs.miruml.com](https://docs.miruml.com). The full API of this library can be found in [api.md](api.md).
The REST API documentation can be found on [docs.miruml.com](https://docs.miruml.com/home). The full API of this library can be found in [api.md](api.md).

## Installation

```sh
# install from PyPI
pip install --pre miru_server_sdk
pip install miru_server_sdk
```

## Usage
Expand Down Expand Up @@ -81,7 +81,7 @@ You can enable this by installing `aiohttp`:

```sh
# install from PyPI
pip install --pre miru_server_sdk[aiohttp]
pip install miru_server_sdk[aiohttp]
```

Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
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 = "miru_server_sdk"
version = "0.4.1-beta.3"
version = "0.4.1"
description = "The official Python library for the miru API"
dynamic = ["readme"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/miru_server_sdk/_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__ = "miru_server_sdk"
__version__ = "0.4.1-beta.3" # x-release-please-version
__version__ = "0.4.1" # x-release-please-version