Skip to content

Releases: pydantic/pydantic-core

v0.1.0

03 Aug 13:06
f660cb3
Compare
Choose a tag to compare

And so it begins...

You can install and run pydantic-core with

pip install pydantic-core
python -c 'from pydantic_core import SchemaValidator;print(SchemaValidator("int").validate_python("123"))'

You can also run units test in your browser by following this link - this will download the zip archive of this release, install the was32 wheel attached to this release, and run unit tests.

Please create an issue if you find a problem installing or running the package.