Skip to content

Commit f78d0b5

Browse files
authored
Add breaking change notes in docs (#1894)
1 parent da32045 commit f78d0b5

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, the Realtime API support migrates to gpt-realtime model and its API interface (GA version).
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)