Skip to content

Commit fbe40e0

Browse files
release: 2.0.0
1 parent 8317d2a commit fbe40e0

4 files changed

Lines changed: 21 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-
".": "1.2.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## 2.0.0 (2025-12-11)
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+
### Bug Fixes
12+
13+
* **types:** allow pyright to infer TypedDict types within SequenceNotStr ([6e4a4a9](https://github.com/runloopai/api-client-python/commit/6e4a4a96da057905a171c25a4ff3415903d4c8c3))
14+
15+
16+
### Chores
17+
18+
* add missing docstrings ([8317d2a](https://github.com/runloopai/api-client-python/commit/8317d2a29f11557acfaa6961852390250682f5f3))
19+
* 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))
20+
321
## 1.2.0 (2025-12-09)
422

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