Skip to content

Commit 30c0fd4

Browse files
release: 2.0.0
1 parent 1021c5a commit 30c0fd4

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-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.2.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## 2.0.0 (2025-12-17)
4+
5+
Full Changelog: [v1.2.0...v2.0.0](https://github.com/runloopai/api-client-python/compare/v1.2.0...v2.0.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* remove support for pydantic-v1, pydantic-v2 is now default ([#710](https://github.com/runloopai/api-client-python/issues/710))
10+
11+
### Features
12+
13+
* **benchmarks:** add `update_scenarios` method to benchmarks resource ([78b4faa](https://github.com/runloopai/api-client-python/commit/78b4faa50a2f04f2b540bf1e7fa2cf2005888b92))
14+
* **devbox:** added stdin streaming endpoint ([0f70ab7](https://github.com/runloopai/api-client-python/commit/0f70ab72af9f6446dee689f012f795aa09293105))
15+
* **scenarios:** add scenario builder to sdk ([#706](https://github.com/runloopai/api-client-python/issues/706)) ([2d41a15](https://github.com/runloopai/api-client-python/commit/2d41a15b4455ed8d7f6a8063cf19b82d51edeef8))
16+
* **sdk:** add BenchmarkRun and AsyncBenchmarkRun classes ([#712](https://github.com/runloopai/api-client-python/issues/712)) ([1021c5a](https://github.com/runloopai/api-client-python/commit/1021c5ab0c0c4acb79fd437d27aef2200055a32f))
17+
18+
19+
### Bug Fixes
20+
21+
* **benchmarks:** `update()` for benchmarks and scenarios replaces all provided fields and does not modify unspecified fields ([#6702](https://github.com/runloopai/api-client-python/issues/6702)) ([a512e11](https://github.com/runloopai/api-client-python/commit/a512e1155c0445857c816cc955a5d2723749c5d9))
22+
* **types:** allow pyright to infer TypedDict types within SequenceNotStr ([3dc57ee](https://github.com/runloopai/api-client-python/commit/3dc57ee986e73333d178fbdad59ea6a23ff5e0ec))
23+
24+
25+
### Chores
26+
27+
* add documentation url to pypi project page ([#711](https://github.com/runloopai/api-client-python/issues/711)) ([7afb327](https://github.com/runloopai/api-client-python/commit/7afb32731842ebee4f479837959ccac856bd5e85))
28+
* add missing docstrings ([5e92383](https://github.com/runloopai/api-client-python/commit/5e92383a24b6bdcee1f66f027e3635d1421bdccd))
29+
* **internal:** add missing files argument to base client ([ca27100](https://github.com/runloopai/api-client-python/commit/ca27100b78667e1c1eb08189cb187e65ef6c6b87))
30+
* remove support for pydantic-v1, pydantic-v2 is now default ([#710](https://github.com/runloopai/api-client-python/issues/710)) ([fb3cc3d](https://github.com/runloopai/api-client-python/commit/fb3cc3d354d4279542cd20f44857f2ec28be7082))
31+
332
## 1.2.0 (2025-12-09)
433

534
Full Changelog: [v1.1.0...v1.2.0](https://github.com/runloopai/api-client-python/compare/v1.1.0...v1.2.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.2.0"
3+
version = "2.0.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.2.0" # x-release-please-version
4+
__version__ = "2.0.0" # x-release-please-version

0 commit comments

Comments
 (0)