Pydantic-core

Latest version: v2.27.1

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 21 of 21

0.2.0

* add tests for validation context 220
* feat: allow fields to be `frozen` and add `strict` + `context` support to `validate_assignment` by PrettyWood in 221
* rename `GenericListLike` into `GenericCollection` + improve coverage by PrettyWood in 222
* update pyodide to 0.21.0 release version by messense in 226
* build wheels with stable rust 227
* Support `dict_items` for list like fields by ytmimi in 225
* Fix coverage export 233
* add flag to allow only finite float values by PrettyWood in 228
* bump pyo3 to 0.17.1 by PrettyWood in 236
* rename `_types` to be public by MatthijsKok in 240
* Default validator 242
* Only use `RecursiveContainerValidator` when necessary 243

**Full Changelog**: https://github.com/pydantic/pydantic-core/compare/v0.1.0...v0.2.0

0.1.0

And so it begins...

You can install and run pydantic-core with

bash
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](https://githubproxy.samuelcolvin.workers.dev/samuelcolvin/pydantic-core/blob/main/wasm-preview/index.html) 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.

Page 21 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.