Skip to content

Commit d7f97a4

Browse files
release: 0.12.0
1 parent 62593b6 commit d7f97a4

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-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.4"
2+
".": "0.12.0"
33
}

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@ 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 (2025-12-23)
9+
10+
Full Changelog: [v0.11.4...v0.12.0](https://github.com/openlayer-ai/openlayer-python/compare/v0.11.4...v0.12.0)
11+
12+
### Features
13+
14+
* **api:** api update ([d68ed9f](https://github.com/openlayer-ai/openlayer-python/commit/d68ed9f914179419aa0519a8b1220ef950c33012))
15+
* **api:** api update ([eb8f6fc](https://github.com/openlayer-ai/openlayer-python/commit/eb8f6fc06b7dd28936a7483347de85216ed2cc33))
16+
* enhance LiteLLM metadata extraction by adding cost retrieval from response headers ([43a7d2e](https://github.com/openlayer-ai/openlayer-python/commit/43a7d2e44b788586a3e4e3e484e9a7967f3631af))
17+
18+
19+
### Bug Fixes
20+
21+
* **client:** close streams without requiring full consumption ([f1544d3](https://github.com/openlayer-ai/openlayer-python/commit/f1544d31075ee9ecf40b13d7a871e90b0042c634))
22+
* compat with Python 3.14 ([125ee46](https://github.com/openlayer-ai/openlayer-python/commit/125ee46d5416aa64158dda7cb0458472030ad648))
23+
24+
25+
### Chores
26+
27+
* bump `httpx-aiohttp` version to 0.1.9 ([589bc4e](https://github.com/openlayer-ai/openlayer-python/commit/589bc4e984c4d9cd0d3009533721fe06fc35b493))
28+
* do not install brew dependencies in ./scripts/bootstrap by default ([357c2b7](https://github.com/openlayer-ai/openlayer-python/commit/357c2b7211e00c2f0a5546f3be10d29e7344a0cc))
29+
* **internal/tests:** avoid race condition with implicit client cleanup ([4c1b418](https://github.com/openlayer-ai/openlayer-python/commit/4c1b418928b490924bad4e4e5e61e4d27f592ae0))
30+
* **internal:** detect missing future annotations with ruff ([92c8ca2](https://github.com/openlayer-ai/openlayer-python/commit/92c8ca2e9c4110db1f766ca432fe46d20462e706))
31+
* **internal:** grammar fix (it's -> its) ([d7512d9](https://github.com/openlayer-ai/openlayer-python/commit/d7512d9ebc31f141165a0fc099cc0269e7ad9045))
32+
* **internal:** update pydantic dependency ([4687891](https://github.com/openlayer-ai/openlayer-python/commit/4687891ce2591388528d88b8d13cb95c65139483))
33+
* **internal:** version bump ([62593b6](https://github.com/openlayer-ai/openlayer-python/commit/62593b64b226c03d43e720f8470b492aa8dd12c3))
34+
* **internal:** version bump ([47abbb4](https://github.com/openlayer-ai/openlayer-python/commit/47abbb4cac2166cd0b8ce9cbded28e148fd3f45e))
35+
* **internal:** version bump ([72ed61a](https://github.com/openlayer-ai/openlayer-python/commit/72ed61a59bfdf9776e8167e662adac5180634326))
36+
* **internal:** version bump ([e49b987](https://github.com/openlayer-ai/openlayer-python/commit/e49b987033055e41eb05d49690da1593959d546d))
37+
* **package:** drop Python 3.8 support ([29dc95f](https://github.com/openlayer-ai/openlayer-python/commit/29dc95f92b58f1c6bb58c58ee3fa216f312744d7))
38+
* **types:** change optional parameter type from NotGiven to Omit ([fb78e62](https://github.com/openlayer-ai/openlayer-python/commit/fb78e62e1d883a93a9dcdd7dc09147665b917dde))
39+
840
## 0.11.4 (2025-12-17)
941

1042
Full Changelog: [v0.11.3...v0.11.4](https://github.com/openlayer-ai/openlayer-python/compare/v0.11.3...v0.11.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.4"
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.4" # x-release-please-version
4+
__version__ = "0.12.0" # x-release-please-version

0 commit comments

Comments
 (0)