Skip to content

Commit f14cf89

Browse files
release: 0.48.1
1 parent a0d8639 commit f14cf89

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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-
".": "0.48.0"
2+
".": "0.48.1"
33
}

CHANGELOG.md

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

3+
## 0.48.1 (2025-07-10)
4+
5+
Full Changelog: [v0.48.0...v0.48.1](https://github.com/runloopai/api-client-python/compare/v0.48.0...v0.48.1)
6+
7+
### Bug Fixes
8+
9+
* **parsing:** correctly handle nested discriminated unions ([a0d8639](https://github.com/runloopai/api-client-python/commit/a0d86394df316e2e3ccab59d67701f96809fc474))
10+
11+
12+
### Chores
13+
14+
* **internal:** bump pinned h11 dep ([5b9eb65](https://github.com/runloopai/api-client-python/commit/5b9eb65b6d572886686d172eaddbadf83e6cba59))
15+
* **package:** mark python 3.13 as supported ([61a0b21](https://github.com/runloopai/api-client-python/commit/61a0b21087bb5f5e56d08101fbda19594cd1dd5c))
16+
317
## 0.48.0 (2025-07-09)
418

519
Full Changelog: [v0.47.1...v0.48.0](https://github.com/runloopai/api-client-python/compare/v0.47.1...v0.48.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.48.0"
3+
version = "0.48.1"
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.48.0" # x-release-please-version
4+
__version__ = "0.48.1" # x-release-please-version

0 commit comments

Comments
 (0)