Skip to content

Commit a18bab3

Browse files
release: 0.2.0-alpha.57
1 parent 68187ee commit a18bab3

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.2.0-alpha.56"
2+
".": "0.2.0-alpha.57"
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.2.0-alpha.57 (2025-04-24)
9+
10+
Full Changelog: [v0.2.0-alpha.56...v0.2.0-alpha.57](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.56...v0.2.0-alpha.57)
11+
12+
### Features
13+
14+
* **api:** api update ([660a2ce](https://github.com/openlayer-ai/openlayer-python/commit/660a2ce213ba8aefb4fb4f02f74532fa0baba346))
15+
* **api:** expose test retrieval endpoint ([9762024](https://github.com/openlayer-ai/openlayer-python/commit/9762024ea999dd0fdb7d3c05636422125b1860d7))
16+
17+
18+
### Bug Fixes
19+
20+
* **pydantic v1:** more robust ModelField.annotation check ([1624ca6](https://github.com/openlayer-ai/openlayer-python/commit/1624ca6da5760b8c849749be1fb150071b14e9ae))
21+
22+
23+
### Chores
24+
25+
* broadly detect json family of content-type headers ([39d78ac](https://github.com/openlayer-ai/openlayer-python/commit/39d78ac984c9f8c726fa8e7c8debec418476cebc))
26+
* **ci:** add timeout thresholds for CI jobs ([1093391](https://github.com/openlayer-ai/openlayer-python/commit/10933919d99b4e4045ce37e95ffe01eae17ea5c7))
27+
* **ci:** only use depot for staging repos ([bafdcd8](https://github.com/openlayer-ai/openlayer-python/commit/bafdcd8cd926966f0347f0d8ad6283897f21dac3))
28+
* **internal:** codegen related update ([8c10e35](https://github.com/openlayer-ai/openlayer-python/commit/8c10e3532cc04d0dff74e7047a580acc3544c0ac))
29+
* **internal:** fix list file params ([312f532](https://github.com/openlayer-ai/openlayer-python/commit/312f5325acca7f11912abfd514e4d5ada640452c))
30+
* **internal:** import reformatting ([4f944c7](https://github.com/openlayer-ai/openlayer-python/commit/4f944c71bba568da8c25468cc3f729669e5562f9))
31+
* **internal:** refactor retries to not use recursion ([5a2c154](https://github.com/openlayer-ai/openlayer-python/commit/5a2c1542c0b2ca22eaa6a4c843de04234f677965))
32+
833
## 0.2.0-alpha.56 (2025-04-21)
934

1035
Full Changelog: [v0.2.0-alpha.55...v0.2.0-alpha.56](https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.55...v0.2.0-alpha.56)

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

0 commit comments

Comments
 (0)