Skip to content

Commit 5c65415

Browse files
release: 0.12.0
1 parent 1176dec commit 5c65415

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.11.3"
2+
".": "0.12.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.12.0 (2026-01-07)
9+
10+
Full Changelog: [v0.11.3...v0.12.0](https://github.com/openlayer-ai/openlayer-python/compare/v0.11.3...v0.12.0)
11+
12+
### Features
13+
14+
* **api:** add test evaluation method ([5e2d9b6](https://github.com/openlayer-ai/openlayer-python/commit/5e2d9b6d19a06391bc1a33277faf659b4b4f3f7e))
15+
16+
17+
### Bug Fixes
18+
19+
* **types:** allow pyright to infer TypedDict types within SequenceNotStr ([ee07901](https://github.com/openlayer-ai/openlayer-python/commit/ee07901cb6770e015dbb17c6005f92b9390a6ecc))
20+
* use async_to_httpx_files in patch method ([3b45a7d](https://github.com/openlayer-ai/openlayer-python/commit/3b45a7ddd6f45a4e3a298963e42eab3976bd2706))
21+
22+
23+
### Chores
24+
25+
* add missing docstrings ([a2bf48d](https://github.com/openlayer-ai/openlayer-python/commit/a2bf48d9a2263aedb2ecc97a3ae70041739f8bb0))
26+
* **internal:** add `--fix` argument to lint script ([7015dd8](https://github.com/openlayer-ai/openlayer-python/commit/7015dd842c1dc3201824022a073eb5724e4fdbc5))
27+
* **internal:** add missing files argument to base client ([f47a053](https://github.com/openlayer-ai/openlayer-python/commit/f47a053e64f81bb968e06079e27eb9100b424bae))
28+
* **internal:** codegen related update ([1176dec](https://github.com/openlayer-ai/openlayer-python/commit/1176dec0e5cbc3043078770dd944d357d7f3c747))
29+
* **internal:** version bump ([6e1a2d1](https://github.com/openlayer-ai/openlayer-python/commit/6e1a2d177e9e7f62299d0c613c97b00e6b163127))
30+
* **internal:** version bump ([0a9186c](https://github.com/openlayer-ai/openlayer-python/commit/0a9186c31c1ea379dab5cc4bf95d5595c6c2685b))
31+
* speedup initial import ([ed52db9](https://github.com/openlayer-ai/openlayer-python/commit/ed52db9c4e68859fd2672dcaf81b5034ef6ef1e8))
32+
833
## 0.12.4 (2026-01-07)
934

1035
Full Changelog: [v0.12.3...v0.12.4](https://github.com/openlayer-ai/openlayer-python/compare/v0.12.3...v0.12.4)

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.11.3"
3+
version = "0.12.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.11.3" # x-release-please-version
4+
__version__ = "0.12.0" # x-release-please-version

0 commit comments

Comments
 (0)