File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed
Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.55.2 "
2+ "." : " 0.56.1-beta "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.56.1-beta (2025-08-21)
4+
5+ Full Changelog: [ v0.55.2...v0.56.1-beta] ( https://github.com/runloopai/api-client-python/compare/v0.55.2...v0.56.1-beta )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 9ad6951] ( https://github.com/runloopai/api-client-python/commit/9ad69513705ef867763ef306c15af777de542437 ) )
10+
311## 0.55.2 (2025-08-19)
412
513Full Changelog: [ v0.55.1...v0.55.2] ( https://github.com/runloopai/api-client-python/compare/v0.55.1...v0.55.2 )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The REST API documentation can be found on [runloop.ai](https://runloop.ai). The
1717
1818``` sh
1919# install from PyPI
20- pip install runloop_api_client
20+ pip install --pre runloop_api_client
2121```
2222
2323## Usage
@@ -73,7 +73,7 @@ You can enable this by installing `aiohttp`:
7373
7474``` sh
7575# install from PyPI
76- pip install runloop_api_client[aiohttp]
76+ pip install --pre runloop_api_client[aiohttp]
7777```
7878
7979Then you can enable it by instantiating the client with ` http_client=DefaultAioHttpClient() ` :
Original file line number Diff line number Diff line change 11[project ]
22name = " runloop_api_client"
3- version = " 0.55.2 "
3+ version = " 0.56.1-beta "
44description = " The official Python library for the runloop API"
55dynamic = [" readme" ]
66license = " MIT"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "runloop_api_client"
4- __version__ = "0.55.2 " # x-release-please-version
4+ __version__ = "0.56.1-beta " # x-release-please-version
You can’t perform that action at this time.
0 commit comments