Change8

Migrating to Zod v3.25.71

Version v3.25.71 introduces 1 breaking change. This guide details how to update your code.

Released: 7/3/2025

1
Breaking Changes
2
Migration Steps
1
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

src/

Breaking Changes

Issue #1

The project source code has been moved to a `/src` directory. This may break editable installs or custom build scripts that rely on the previous root-level structure.

Migration Steps

  1. 1
    Update build configurations or CI pipelines that reference the old source paths to point to the new `/src` directory.
  2. 2
    Reinstall the package in editable mode (pip install -e .) to ensure the new path mapping is recognized.

Release Summary

This release updates the project structure by moving the source code into a dedicated /src directory.

Need More Details?

View the full release notes and all changes for Zod v3.25.71.

View Full Changelog