Skip to content

Commit af16927

Browse files
release: 2.0.0
1 parent 4574a56 commit af16927

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 2.0.0 (2025-12-12)
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+
* **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))
14+
15+
16+
### Bug Fixes
17+
18+
* **types:** allow pyright to infer TypedDict types within SequenceNotStr ([7617e14](https://github.com/runloopai/api-client-python/commit/7617e14705282fdd21374ce810c5d54edd60d7f4))
19+
20+
21+
### Chores
22+
23+
* add missing docstrings ([4574a56](https://github.com/runloopai/api-client-python/commit/4574a564e2f3f614ffce464c50bdfd812ed10f31))
24+
* 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))
25+
326
## 1.2.0 (2025-12-09)
427

528
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)