Skip to content

Commit 4db288c

Browse files
release: 0.2.0-alpha.86
1 parent 715b4bd commit 4db288c

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.2.0-alpha.85"
2+
".": "0.2.0-alpha.86"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.2.0-alpha.86 (2025-09-02)
9+
10+
Full Changelog: [v0.2.0-alpha.85...v0.2.0-alpha.86](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.85...v0.2.0-alpha.86)
11+
12+
### Features
13+
14+
* add Python 3.13 support with conditional PyArrow dependencies ([fbe37d6](https://github.com/openlayer-ai/openlayer-python/commit/fbe37d6a6382fe05e4cfb6c01020ed3b7618efff))
15+
16+
17+
### Chores
18+
19+
* **internal:** add Sequence related utils ([5a28f7f](https://github.com/openlayer-ai/openlayer-python/commit/5a28f7f9ea38da7aa922248a9b5f086607af542c))
20+
821
## 0.2.0-alpha.85 (2025-08-29)
922

1023
Full Changelog: [v0.2.0-alpha.84...v0.2.0-alpha.85](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.84...v0.2.0-alpha.85)

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.2.0-alpha.85"
3+
version = "0.2.0-alpha.86"
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.2.0-alpha.85" # x-release-please-version
4+
__version__ = "0.2.0-alpha.86" # x-release-please-version

0 commit comments

Comments
 (0)