Skip to content

Commit ddefefb

Browse files
release: 0.31.1
1 parent 0a09a72 commit ddefefb

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.31.0"
2+
".": "0.31.1"
33
}

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 0.31.1 (2025-04-24)
4+
5+
Full Changelog: [v0.31.0...v0.31.1](https://github.com/runloopai/api-client-python/compare/v0.31.0...v0.31.1)
6+
7+
### Bug Fixes
8+
9+
* **pydantic v1:** more robust ModelField.annotation check ([6ac21f3](https://github.com/runloopai/api-client-python/commit/6ac21f3a0ceb614011e1359b7c8d68c85a47b840))
10+
11+
12+
### Chores
13+
14+
* broadly detect json family of content-type headers ([0a09a72](https://github.com/runloopai/api-client-python/commit/0a09a72c20fdf74d044bf074a68629da159d16b7))
15+
* **ci:** add timeout thresholds for CI jobs ([a10bca8](https://github.com/runloopai/api-client-python/commit/a10bca8067d5fdbd5095a7bdc81ff744e5bc1314))
16+
* **ci:** only use depot for staging repos ([84dd6ba](https://github.com/runloopai/api-client-python/commit/84dd6ba5bd4279e8dacad56c04b4aebb20023463))
17+
* **internal:** codegen related update ([fdaff81](https://github.com/runloopai/api-client-python/commit/fdaff81cc4ef7a4ee0455c07a7655868705599c0))
18+
* **internal:** fix list file params ([d74de2f](https://github.com/runloopai/api-client-python/commit/d74de2fab676075f4e46972dbba8f413b1e1160e))
19+
* **internal:** import reformatting ([97a122c](https://github.com/runloopai/api-client-python/commit/97a122c50265888b92b41d6f078209c054a1fb79))
20+
* **internal:** minor formatting changes ([6557c6c](https://github.com/runloopai/api-client-python/commit/6557c6ccf7bb6f6e93b6e29c3c8bbe49ef57d44d))
21+
* **internal:** refactor retries to not use recursion ([88cd023](https://github.com/runloopai/api-client-python/commit/88cd02300c4e5eb6bb763341a71aca3eccbeebae))
22+
323
## 0.31.0 (2025-04-21)
424

525
Full Changelog: [v0.30.0...v0.31.0](https://github.com/runloopai/api-client-python/compare/v0.30.0...v0.31.0)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "runloop_api_client"
3-
version = "0.31.0"
3+
version = "0.31.1"
44
description = "The official Python library for the runloop API"
55
dynamic = ["readme"]
66
license = "MIT"

src/runloop_api_client/_version.py

+1-1
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.31.0" # x-release-please-version
4+
__version__ = "0.31.1" # x-release-please-version

0 commit comments

Comments
 (0)