Skip to content

Commit 48c1142

Browse files
committed
Add breaking change notes in docs
1 parent 33f3401 commit 48c1142

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/release.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ We will increment `Z` for non-breaking changes:
1919

2020
## Breaking change changelog
2121

22+
### 0.4.0
23+
24+
In this version, [openai](https://pypi.org/project/openai/) package v1.x versions are no longer supported. Please use openai v2.x along with this SDK.
25+
26+
### 0.3.0
27+
28+
In this version, there are no breaking changes.
29+
2230
### 0.2.0
2331

2432
In this version, a few places that used to take `Agent` as an arg, now take `AgentBase` as an arg instead. For example, the `list_tools()` call in MCP servers. This is a purely typing change, you will still receive `Agent` objects. To update, just fix type errors by replacing `Agent` with `AgentBase`.

0 commit comments

Comments
 (0)