Skip to content

Commit 87d1023

Browse files
authored
docs: update 0.9.0 changes
1 parent 7fd72fd commit 87d1023

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/release.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ We will increment `Z` for non-breaking changes:
2121

2222
### 0.9.0
2323

24-
In this version, Python 3.9 is no longer supported as the major version is already EOLed three months ago. Please ugprade to a newer runtime version.
24+
In this version, Python 3.9 is no longer supported, as this major version reached EOL three months ago. Please upgrade to a newer runtime version.
25+
26+
Additionally, the type hint for the value returned from the `Agent#as_tool()` method has been narrowed from `Tool` to `FunctionTool`. This change should not usually cause breaking issues, but if your code relies on the broader union type, you may need to make some adjustments on your side.
2527

2628
### 0.8.0
2729

0 commit comments

Comments
 (0)