Skip to content

Commit 10c5ebd

Browse files
release: 0.17.0
1 parent 3a2bf2c commit 10c5ebd

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-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.16.0"
2+
".": "0.17.0"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 0.17.0 (2026-02-03)
9+
10+
Full Changelog: [v0.16.0...v0.17.0](https://github.com/openlayer-ai/openlayer-python/compare/v0.16.0...v0.17.0)
11+
12+
### Features
13+
14+
* **closes OPEN-8683:** multimodal attachment support for the Python SDK ([b50f891](https://github.com/openlayer-ai/openlayer-python/commit/b50f891714170ddcda5c4ae2fbb421e3fc8818bc))
15+
* **closes OPEN-8684:** enhance OpenAI tracer to support multimodal inputs/outputs ([0d8fadd](https://github.com/openlayer-ai/openlayer-python/commit/0d8faddf65c30c698e57ab33e5f958b8da806281))
16+
17+
18+
### Bug Fixes
19+
20+
* **closes OPEN-8781:** files not being parsed correctly for OpenAI tracer ([f33de76](https://github.com/openlayer-ai/openlayer-python/commit/f33de762b8c5eef9b995e074c630775cda1bd2e1))
21+
22+
23+
### Chores
24+
25+
* **closes OPEN-8686:** upload attachments in a non-blocking way ([5fb1ce5](https://github.com/openlayer-ai/openlayer-python/commit/5fb1ce53d99b4618216293ac62d757462c038508))
26+
* **closes OPEN-8725:** sanitize raw output when there are attachments ([471547b](https://github.com/openlayer-ai/openlayer-python/commit/471547bfbe9f7d273e3ac3041119a200460dc94b))
27+
28+
29+
### Refactors
30+
31+
* various small improvements ([3a2bf2c](https://github.com/openlayer-ai/openlayer-python/commit/3a2bf2c761b3414044a0022811884ad13e3e970a))
32+
833
## 0.16.0 (2026-01-30)
934

1035
Full Changelog: [v0.15.2...v0.16.0](https://github.com/openlayer-ai/openlayer-python/compare/v0.15.2...v0.16.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 = "openlayer"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
description = "The official Python library for the openlayer API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

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

0 commit comments

Comments
 (0)