Skip to content

Commit 4b3af8f

Browse files
release: 1.12.0
1 parent 53a13c7 commit 4b3af8f

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.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.11.0"
2+
".": "1.12.0"
33
}

CHANGELOG.md

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

3+
## 1.12.0 (2026-03-17)
4+
5+
Full Changelog: [v1.11.0...v1.12.0](https://github.com/runloopai/api-client-python/compare/v1.11.0...v1.12.0)
6+
7+
### Features
8+
9+
* add secrets to oo-sdk ([#756](https://github.com/runloopai/api-client-python/issues/756)) ([82020d7](https://github.com/runloopai/api-client-python/commit/82020d7d6b98a2f507245be999a64f93fb9f5b36))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** bump minimum typing-extensions version ([d8c0657](https://github.com/runloopai/api-client-python/commit/d8c0657c82e812165f0e5a0f9cc155c4257e5f99))
15+
* **pydantic:** do not pass `by_alias` unless set ([603c982](https://github.com/runloopai/api-client-python/commit/603c9821877216d19456e526d3f6f5f145cd215e))
16+
17+
18+
### Chores
19+
20+
* configure new SDK language ([dfedad9](https://github.com/runloopai/api-client-python/commit/dfedad97af549cfcff160903568994091db9eabe))
21+
* **internal:** tweak CI branches ([53a13c7](https://github.com/runloopai/api-client-python/commit/53a13c786ab6f47fdc471d706e1f96d3aabcc209))
22+
323
## 1.11.0 (2026-03-10)
424

525
Full Changelog: [v1.10.3...v1.11.0](https://github.com/runloopai/api-client-python/compare/v1.10.3...v1.11.0)

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.11.0"
3+
version = "1.12.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.11.0" # x-release-please-version
4+
__version__ = "1.12.0" # x-release-please-version

0 commit comments

Comments
 (0)