0.x.x versions, and the 1.0.0-dev pre-releases on PyPI), method
names have changed — for example:
Requirements
- TypeScript: no runtime requirement changes.
- Python: Python 3.10+ (was 3.9+) and pydantic v2 (
>= 2, < 3) — pydantic v1 is no longer supported, andpipwill refuse to resolveanchorbrowser >= 1.0.0alongsidepydantic < 2. Every other dependency keeps the same version range.
Full migration guides
Each repository ships a complete guide covering every breaking change and its 1.0 equivalent, including the full method rename table:- TypeScript: MIGRATION.md
- Python: MIGRATION.md

