v0.0.2
pydantic/montyv0.0.2Feb 4, 2026by petyosi
AI Summary
Early release focused on infrastructure: type stubs, sdist build, TypeScript/Parity with Python, pseudo filesystem support, and CI improvements.
Key Highlights
- Added type stubs
- Added sdist build
- Pseudo filesystem support
- TypeScript implementation parity with Python
- Support bigint literals
- Added CI workflow_dispatch trigger
New Features
- Pseudo filesystem support
- Bigint literals
Full Release Notes
## What's Changed * working on type stubs by @samuelcolvin in https://github.com/pydantic/monty/pull/75 * add sdist build by @samuelcolvin in https://github.com/pydantic/monty/pull/78 * bring typescript implementation to parity with Python implementation by @davidhewitt in https://github.com/pydantic/monty/pull/55 * support bigint literals by @samuelcolvin in https://github.com/pydantic/monty/pull/80 * syntax fixes by @samuelcolvin in https://github.com/pydantic/monty/pull/81 * release the gil when printing with python by @samuelcolvin in https://github.com/pydantic/monty/pull/82 * add coverage by @samuelcolvin in https://github.com/pydantic/monty/pull/83 * run js builds only on "Full Build" or main by @samuelcolvin in https://github.com/pydantic/monty/pull/84 * adding pyai example by @adtyavrdhn in https://github.com/pydantic/monty/pull/77 * Alternatives section of doc by @samuelcolvin in https://github.com/pydantic/monty/pull/87 * Fix monty-js readme by @petyosi in https://github.com/pydantic/monty/pull/92 * Pseudo filesystem support by @samuelcolvin in https://github.com/pydantic/monty/pull/85 * Add workflow_dispatch trigger to CI workflow by @petyosi in https://github.com/pydantic/monty/pull/93 * Filesystem follow-up by @samuelcolvin in https://github.com/pydantic/monty/pull/94 * Fix NPM release and bump version to 0.0.2 by @petyosi in https://github.com/pydantic/monty/pull/97 ## New Contributors * @adtyavrdhn made their first contribution in https://github.com/pydantic/monty/pull/77 **Full Changelog**: https://github.com/pydantic/monty/compare/v0.0.1...v0.0.2