Skip to content

Commit 60c4841

Browse files
release: 0.19.0
1 parent 7e12759 commit 60c4841

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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.18.0"
2+
".": "0.19.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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.19.0 (2026-03-09)
9+
10+
Full Changelog: [v0.18.0...v0.19.0](https://github.com/openlayer-ai/openlayer-python/compare/v0.18.0...v0.19.0)
11+
12+
### Features
13+
14+
* Fix provider detection for LiteLLM proxy models and improve step naming ([b9bfda5](https://github.com/openlayer-ai/openlayer-python/commit/b9bfda5b1f5fb1ee0a47952c7c28d3a452a68435))
15+
* Strip LiteLLM prefix from model name ([841ad25](https://github.com/openlayer-ai/openlayer-python/commit/841ad25d7b3c9b3833b808a8a54d8a82afdae98e))
16+
17+
18+
### Bug Fixes
19+
20+
* **closes OPEN-9426:** ensure tool name is retrieved from serialized data if not provided ([5d702ef](https://github.com/openlayer-ai/openlayer-python/commit/5d702ef70d86ba85e527a3a664f6de7944999326))
21+
22+
23+
### Chores
24+
25+
* **ci:** skip uploading artifacts on stainless-internal branches ([c2b16ed](https://github.com/openlayer-ai/openlayer-python/commit/c2b16edb488d1320089c0a294cd981cfb0c7946c))
26+
827
## 0.18.0 (2026-03-06)
928

1029
Full Changelog: [v0.17.12...v0.18.0](https://github.com/openlayer-ai/openlayer-python/compare/v0.17.12...v0.18.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.18.0"
3+
version = "0.19.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.18.0" # x-release-please-version
4+
__version__ = "0.19.0" # x-release-please-version

0 commit comments

Comments
 (0)