Skip to content

Commit 92692d6

Browse files
release: 0.16.0
1 parent 402acdf commit 92692d6

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-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.15.0"
2+
".": "0.16.0"
33
}

CHANGELOG.md

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

3+
## 0.16.0 (2025-12-22)
4+
5+
Full Changelog: [v0.15.0...v0.16.0](https://github.com/reductoai/reducto-python-sdk/compare/v0.15.0...v0.16.0)
6+
7+
### Features
8+
9+
* **api:** api update ([be22051](https://github.com/reductoai/reducto-python-sdk/commit/be2205198f436b0af17cce3884b3c61469c7f578))
10+
* **files:** add support for string alternative to file upload type ([7d22f01](https://github.com/reductoai/reducto-python-sdk/commit/7d22f0167a3cfb7bd3cee37d885d127c55ec232f))
11+
12+
13+
### Bug Fixes
14+
15+
* use async_to_httpx_files in patch method ([10f2c81](https://github.com/reductoai/reducto-python-sdk/commit/10f2c81400612c64ef97bfd9e94d3fa2ccf7e759))
16+
17+
18+
### Chores
19+
20+
* **internal:** add `--fix` argument to lint script ([9e11380](https://github.com/reductoai/reducto-python-sdk/commit/9e1138005b05714f3f9783e619b65495803cbc44))
21+
* **internal:** add missing files argument to base client ([cf93219](https://github.com/reductoai/reducto-python-sdk/commit/cf93219122ea01ce518b9e25a680e680657c0779))
22+
* speedup initial import ([7e88fa2](https://github.com/reductoai/reducto-python-sdk/commit/7e88fa2b58f6b9420c3f5aa92dc6ac9278df8af3))
23+
324
## 0.15.0 (2025-12-12)
425

526
Full Changelog: [v0.14.0...v0.15.0](https://github.com/reductoai/reducto-python-sdk/compare/v0.14.0...v0.15.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 = "reductoai"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
description = "The official Python library for the reducto API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/reducto/_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__ = "reducto"
4-
__version__ = "0.15.0" # x-release-please-version
4+
__version__ = "0.16.0" # x-release-please-version

0 commit comments

Comments
 (0)