Skip to content

Commit 5edca94

Browse files
release: 0.67.0
1 parent 0a7e93d commit 5edca94

4 files changed

Lines changed: 24 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-
".": "0.66.1"
2+
".": "0.67.0"
33
}

CHANGELOG.md

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

3+
## 0.67.0 (2025-11-11)
4+
5+
Full Changelog: [v0.66.1...v0.67.0](https://github.com/runloopai/api-client-python/compare/v0.66.1...v0.67.0)
6+
7+
### Features
8+
9+
* **api:** api update ([60569ec](https://github.com/runloopai/api-client-python/commit/60569ec0a13de4011975505648da2a5c54f08b9b))
10+
* **blueprint:** adds queued state ([56e0c40](https://github.com/runloopai/api-client-python/commit/56e0c40571c342465e5bed4170be0a9a94858679))
11+
12+
13+
### Bug Fixes
14+
15+
* **client:** close streams without requiring full consumption ([1199d5b](https://github.com/runloopai/api-client-python/commit/1199d5b7f62faed92b9a67815137a9f19d60160e))
16+
17+
18+
### Chores
19+
20+
* **internal/tests:** avoid race condition with implicit client cleanup ([366c7c1](https://github.com/runloopai/api-client-python/commit/366c7c1831b2b53d1a7a37a944662e0325e52172))
21+
* **internal:** grammar fix (it's -> its) ([cb83af3](https://github.com/runloopai/api-client-python/commit/cb83af31e1807506c17eb90a37879653014dac12))
22+
* **package:** drop Python 3.8 support ([0a7e93d](https://github.com/runloopai/api-client-python/commit/0a7e93d6a4b33c329ea67eb193eda67e9c5a0e87))
23+
324
## 0.66.1 (2025-10-23)
425

526
Full Changelog: [v0.66.0...v0.66.1](https://github.com/runloopai/api-client-python/compare/v0.66.0...v0.66.1)

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 = "0.66.1"
3+
version = "0.67.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__ = "0.66.1" # x-release-please-version
4+
__version__ = "0.67.0" # x-release-please-version

0 commit comments

Comments
 (0)