From 48c11429f1476594585be73d4b72703611604a95 Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Tue, 14 Oct 2025 21:29:47 +0900 Subject: [PATCH 1/2] Add breaking change notes in docs --- docs/release.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release.md b/docs/release.md index 8498c8b17..f0e8c005d 100644 --- a/docs/release.md +++ b/docs/release.md @@ -19,6 +19,14 @@ We will increment `Z` for non-breaking changes: ## Breaking change changelog +### 0.4.0 + +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. + +### 0.3.0 + +In this version, there are no breaking changes. + ### 0.2.0 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`. From 8eaff7c71899e8e36bedbe7dcebfac061c64dd6c Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Wed, 15 Oct 2025 09:09:29 +0900 Subject: [PATCH 2/2] Update docs/release.md --- docs/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release.md b/docs/release.md index f0e8c005d..f0509b298 100644 --- a/docs/release.md +++ b/docs/release.md @@ -25,7 +25,7 @@ In this version, [openai](https://pypi.org/project/openai/) package v1.x version ### 0.3.0 -In this version, there are no breaking changes. +In this version, the Realtime API support migrates to gpt-realtime model and its API interface (GA version). ### 0.2.0