Skip to content

Commit afbff1a

Browse files
release: 0.67.0
1 parent 6ee8ac9 commit afbff1a

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-12)
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 ([83da0db](https://github.com/runloopai/api-client-python/commit/83da0db3daab06dac6ed9fd8d7ce267876bff505))
10+
* **blueprint:** adds queued state ([24e5042](https://github.com/runloopai/api-client-python/commit/24e5042bc236a8a52aa09ce20b927e21db545cbf))
11+
12+
13+
### Bug Fixes
14+
15+
* **client:** close streams without requiring full consumption ([0fe7c80](https://github.com/runloopai/api-client-python/commit/0fe7c802fb0a056007dafb1d37d606744b9036c0))
16+
17+
18+
### Chores
19+
20+
* **internal/tests:** avoid race condition with implicit client cleanup ([d6811e1](https://github.com/runloopai/api-client-python/commit/d6811e122fbcfe419fac92ba88a1d5d2f45c0aad))
21+
* **internal:** grammar fix (it's -> its) ([ca18d1b](https://github.com/runloopai/api-client-python/commit/ca18d1bf74327056580b4e72a5e3b52954339c52))
22+
* **package:** drop Python 3.8 support ([6ee8ac9](https://github.com/runloopai/api-client-python/commit/6ee8ac9d59f330ea6b31b73e30a251690d998102))
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)