79729556

Date: 2025-08-08 09:13:51
Score: 1
Natty:
Report link

The current OpenAI TypeScript/JavaScript SDK ( openai @ 5.12.x, released 8 Aug 2025 ) still vendors a copy of zod-to-json-schema that depends on Zod 3-only internals. Trying to pair it with Zod 4 (or with the 3.25.68+ branch that began preparing for v4) leads to compiler/runtime failures such as the missing ZodFirstPartyTypeKind export.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Divyesh Dixit