Skip to content

Commit e9bd580

Browse files
release: 0.68.0
1 parent 07a0b8c commit e9bd580

4 files changed

Lines changed: 23 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.67.0"
2+
".": "0.68.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+
## 0.68.0 (2025-11-19)
4+
5+
Full Changelog: [v0.67.0...v0.68.0](https://github.com/runloopai/api-client-python/compare/v0.67.0...v0.68.0)
6+
7+
### Features
8+
9+
* **blueprints:** prevent deletion of blueprints with dependent snapshots ([3e869c5](https://github.com/runloopai/api-client-python/commit/3e869c536f0ea6c3ec70e3e79de36c5613c79a15))
10+
11+
12+
### Bug Fixes
13+
14+
* compat with Python 3.14 ([a4914f6](https://github.com/runloopai/api-client-python/commit/a4914f6a290382f7dbe0d2a5ba4503d673cdb27a))
15+
* **compat:** update signatures of `model_dump` and `model_dump_json` for Pydantic v1 ([101dae9](https://github.com/runloopai/api-client-python/commit/101dae938eed9f790a0c7d65a2399bae542c0352))
16+
* **snapshot:** added "deleted" status to DevboxSnapshotStatus enum \n fix(storage-object): added ObjectState enum, fixed createObject() to appropriately type content_type and state as the respective enums ([eeeefa8](https://github.com/runloopai/api-client-python/commit/eeeefa89683314fc748d32022bad40bac63b60f3))
17+
18+
19+
### Chores
20+
21+
* **package:** drop Python 3.8 support ([94b9c21](https://github.com/runloopai/api-client-python/commit/94b9c2191db7b241e70de5ff62525ae93bf92774))
22+
323
## 0.67.0 (2025-11-14)
424

525
Full Changelog: [v0.66.1...v0.67.0](https://github.com/runloopai/api-client-python/compare/v0.66.1...v0.67.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 = "0.67.0"
3+
version = "0.68.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.67.0" # x-release-please-version
4+
__version__ = "0.68.0" # x-release-please-version

0 commit comments

Comments
 (0)