Skip to content

Conversation

@seratch
Copy link
Member

@seratch seratch commented Oct 25, 2025

This pull request upgrades underlying openai package from 5.x to 6.x for 0.2.x series. This should have been done but I missed the change and unfortunately the integration tests didn't detect this necessary changes.

After releasing 0.2.0, I found:

  • the zod 4 support is still incomplete
    • runtime: a bug with agent output type exists; this PR resolves it
    • tsc: MCP SDK still sorely relies on zod 3.x, so supporting only v4 is not yet an option
    • tsc: This SDK's public interface relies on zod 3.x object interface; the latter one needs to be changed to embrace both zod 4 and 3 interfaces

This is a necessary change, so we'll merge this. The remaining tasks are:

  • continue research for zod 4 full support
  • check MCP SDK updates for zod support
  • reivist the integration tests to better detect this type of issues

@changeset-bot
Copy link

changeset-bot bot commented Oct 25, 2025

🦋 Changeset detected

Latest commit: fbfe587

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@openai/agents-openai Patch
@openai/agents-core Patch
@openai/agents Patch
@openai/agents-extensions Patch
@openai/agents-realtime Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@seratch seratch merged commit 76e5adb into main Oct 25, 2025
5 checks passed
@seratch seratch deleted the openai-v6 branch October 25, 2025 00:09
@seratch seratch modified the milestone: 0.3.x Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants