Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd8790e2

Browse files
release: 0.12.0
1 parent41ae1b6 commitd8790e2

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.11.4"
2+
".":"0.12.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.12.0 (2025-12-17)
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 ([7a554fd](https://github.com/openlayer-ai/openlayer-python/commit/7a554fd1301aba3f8c58039780414b86f835d06a))
15+
16+
17+
###Chores
18+
19+
* bump`httpx-aiohttp` version to 0.1.9 ([a8d04ae](https://github.com/openlayer-ai/openlayer-python/commit/a8d04ae6242bdaad9651ffbaa537b217f4eeaba8))
20+
* do not install brew dependencies in ./scripts/bootstrap by default ([053b9e4](https://github.com/openlayer-ai/openlayer-python/commit/053b9e409d5bb48aafb1641d292d4105eccd0e76))
21+
***internal:** detect missing future annotations with ruff ([b778406](https://github.com/openlayer-ai/openlayer-python/commit/b778406f38812d00cd770717fdf518725c935582))
22+
***internal:** update pydantic dependency ([9e14c8a](https://github.com/openlayer-ai/openlayer-python/commit/9e14c8a69c179bc43c417856455db3854065ccdf))
23+
***internal:** version bump ([c10fa5d](https://github.com/openlayer-ai/openlayer-python/commit/c10fa5d7d549b2c23865e1c22ff08760ceab6324))
24+
***internal:** version bump ([ff91ea8](https://github.com/openlayer-ai/openlayer-python/commit/ff91ea81a82a9ffb96946ecfe78c7177783dbaa7))
25+
***types:** change optional parameter type from NotGiven to Omit ([acd07c4](https://github.com/openlayer-ai/openlayer-python/commit/acd07c48b6414194749c13fbe79162bd438c31e2))
26+
827
##0.11.4 (2025-12-17)
928

1029
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)

[8]ページ先頭

©2009-2025 Movatter.jp