File tree 4 files changed +22
-3
lines changed
4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.2.0-alpha.61 "
2
+ "." : " 0.2.0-alpha.62 "
3
3
}
Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.2.0-alpha.62 (2025-04-29)
9
+
10
+ Full Changelog: [ v0.2.0-alpha.61...v0.2.0-alpha.62] ( https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.61...v0.2.0-alpha.62 )
11
+
12
+ ### Bug Fixes
13
+
14
+ * ** openai tracer:** Azure OpenAI chat completion step duplicated ([ 23ee128] ( https://github.com/openlayer-ai/openlayer-python/commit/23ee1280f621f695aa1606b1a729e94c3dbaa783 ) )
15
+ * ** openai tracer:** object async_generator can't be used in 'await' expression ([ ce13918] ( https://github.com/openlayer-ai/openlayer-python/commit/ce13918f523355b957f9d0f7a0371bb11367a7c6 ) )
16
+
17
+
18
+ ### Chores
19
+
20
+ * ** lib:** expose async tracing methods ([ af49b20] ( https://github.com/openlayer-ai/openlayer-python/commit/af49b2007bb80718ed0cd72ae13c56f532058f0e ) )
21
+
22
+
23
+ ### Documentation
24
+
25
+ * update docstring ([ b248a52] ( https://github.com/openlayer-ai/openlayer-python/commit/b248a52b842a558e2717d922fb84b351c47f6320 ) )
26
+
8
27
## 0.2.0-alpha.61 (2025-04-25)
9
28
10
29
Full Changelog: [ v0.2.0-alpha.60...v0.2.0-alpha.61] ( https://github.com/openlayer-ai/openlayer-python/compare/v0.2.0-alpha.60...v0.2.0-alpha.61 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openlayer"
3
- version = " 0.2.0-alpha.61 "
3
+ version = " 0.2.0-alpha.62 "
4
4
description = " The official Python library for the openlayer API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "openlayer"
4
- __version__ = "0.2.0-alpha.61 " # x-release-please-version
4
+ __version__ = "0.2.0-alpha.62 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments