Skip to content

Commit cf21062

Browse files
release: 1.21.0
1 parent 1b28e90 commit cf21062

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.20.2"
2+
".": "1.21.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 1.21.0 (2026-05-06)
4+
5+
Full Changelog: [v1.20.2...v1.21.0](https://github.com/runloopai/api-client-python/compare/v1.20.2...v1.21.0)
6+
7+
### Features
8+
9+
* make agent version optional in API ([#8858](https://github.com/runloopai/api-client-python/issues/8858)) ([85ad692](https://github.com/runloopai/api-client-python/commit/85ad6921434a8ff7ac5e7fb66f3048a084d35d8d))
10+
* support setting headers via env ([8083e37](https://github.com/runloopai/api-client-python/commit/8083e37ad3459a6e0759f36fe067234ddbd2cdca))
11+
12+
13+
### Bug Fixes
14+
15+
* use correct field name format for multipart file arrays ([98c0635](https://github.com/runloopai/api-client-python/commit/98c0635b9a21f89b19b793fe9057ad1ff608f7b0))
16+
17+
18+
### Chores
19+
20+
* add get secret to stainless ([#7833](https://github.com/runloopai/api-client-python/issues/7833)) ([3e3f7b5](https://github.com/runloopai/api-client-python/commit/3e3f7b5cebd3328533e336d06edac244b4f7f4b6))
21+
* **internal:** more robust bootstrap script ([7d135b9](https://github.com/runloopai/api-client-python/commit/7d135b95fbe6f00ed603fca8cbf63ff9c63c75fb))
22+
* **internal:** reformat pyproject.toml ([5676852](https://github.com/runloopai/api-client-python/commit/56768528b41ccf7cfc85494d6d1ee177c11fe6d0))
23+
* **internal:** version bump ([1b28e90](https://github.com/runloopai/api-client-python/commit/1b28e904d6d07123a0c0a79539394046427ccc8a))
24+
325
## 1.20.2 (2026-05-01)
426

527
Full Changelog: [v1.20.1...v1.20.2](https://github.com/runloopai/api-client-python/compare/v1.20.1...v1.20.2)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "runloop_api_client"
3-
version = "1.20.2"
3+
version = "1.21.0"
44
description = "The official Python library for the runloop API"
55
dynamic = ["readme"]
66
license = "MIT"

src/runloop_api_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "runloop_api_client"
4-
__version__ = "1.20.2" # x-release-please-version
4+
__version__ = "1.21.0" # x-release-please-version

0 commit comments

Comments
 (0)