File tree Expand file tree Collapse file tree 5 files changed +20
-5
lines changed
Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.3.0-alpha "
2+ "." : " 1.3.0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.3.0 (2026-01-22)
4+
5+ Full Changelog: [ v1.3.0-alpha...v1.3.0] ( https://github.com/runloopai/api-client-python/compare/v1.3.0-alpha...v1.3.0 )
6+
7+ ### Features
8+
9+ * ** network-policy:** add network policies ([ #720 ] ( https://github.com/runloopai/api-client-python/issues/720 ) ) ([ 9b31116] ( https://github.com/runloopai/api-client-python/commit/9b311168fcda2554f8ea03c9698c1e284dc1bdba ) )
10+
11+
12+ ### Chores
13+
14+ * fix stainless spec / remove deprecated benchmark/runs ([ #7074 ] ( https://github.com/runloopai/api-client-python/issues/7074 ) ) ([ 3ed7d80] ( https://github.com/runloopai/api-client-python/commit/3ed7d806edc349b4bb4cfb8e0e54b78f272a6d75 ) )
15+ * fix tests and linting ([ #719 ] ( https://github.com/runloopai/api-client-python/issues/719 ) ) ([ 74db814] ( https://github.com/runloopai/api-client-python/commit/74db81455af44b94896e8adc7a6e24ba71b9e2ef ) )
16+ * update network policy create params descriptions ([ #7069 ] ( https://github.com/runloopai/api-client-python/issues/7069 ) ) ([ b151692] ( https://github.com/runloopai/api-client-python/commit/b15169283ff344c447b203b6bc3589f05c400ea7 ) )
17+
318## 1.3.0-alpha (2026-01-20)
419
520Full Changelog: [ v1.2.0...v1.3.0-alpha] ( https://github.com/runloopai/api-client-python/compare/v1.2.0...v1.3.0-alpha )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The REST API documentation can be found on
1919
2020``` sh
2121# install from PyPI
22- pip install --pre runloop_api_client
22+ pip install runloop_api_client
2323```
2424
2525## Usage
@@ -96,7 +96,7 @@ You can enable this by installing `aiohttp`:
9696
9797``` sh
9898# install from PyPI
99- pip install --pre runloop_api_client[aiohttp]
99+ pip install runloop_api_client[aiohttp]
100100```
101101
102102Then 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 = " 1.3.0-alpha "
3+ version = " 1.3.0"
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__ = "1.3.0-alpha " # x-release-please-version
4+ __version__ = "1.3.0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments