File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
4
+ ## v0.5.0 (2025-04-04)
5
+
6
+ ### Features
7
+
8
+ - ** integration** : Add support for openai agents (with tree)
9
+ ([ #88 ] ( https://github.com/rungalileo/galileo-python/pull/88 ) ,
10
+ [ ` 78b0c56 ` ] ( https://github.com/rungalileo/galileo-python/commit/78b0c56681065fc6db7a3944aa7a5ae5f43ba3f5 ) )
11
+
12
+ Co-authored-by: Andrii Soldatenko <andrii.soldatenko@gmail.com >
13
+
14
+
4
15
## v0.4.0 (2025-04-04)
5
16
17
+ ### Chores
18
+
19
+ - ** release** : V0.4.0
20
+ ([ ` 8d700bc ` ] ( https://github.com/rungalileo/galileo-python/commit/8d700bcc321e3476b132e6b5a65cad2a19365f0a ) )
21
+
22
+ Automatically generated by python-semantic-release
23
+
6
24
### Features
7
25
8
26
- Langchain async callback handler ([ #89 ] ( https://github.com/rungalileo/galileo-python/pull/89 ) ,
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " galileo"
3
- version = " 0.4 .0"
3
+ version = " 0.5 .0"
4
4
description = " Client library for the Galileo platform."
5
5
authors = [{ name = " Galileo Technologies Inc." , email = " team@galileo.ai" }]
6
6
readme = " README.md"
Original file line number Diff line number Diff line change 18
18
WorkflowStep ,
19
19
)
20
20
21
- __version__ = "0.4 .0"
21
+ __version__ = "0.5 .0"
You can’t perform that action at this time.
0 commit comments