Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pydantic
From: Adam Ciarcinski
Date: 2024-11-22 08:51:05
Message id: 20241122075105.28B1AFC7D@cvs.NetBSD.org
Log Message:
py-pydantic: updated to 2.10.1
v2.10.1
Packaging
* Bump `pydantic-core` version to `v2.27.1`
Fixes
* Use the correct frame when instantiating a parametrized `TypeAdapter`
* Relax check for validated data in `default_factory` utils
* Fix type checking issue with `model_fields` and `model_computed_fields`
* Use the parent configuration during schema generation for stdlib `dataclass`es
* Use the `globals` of the function when evaluating the return type of \
serializers and `computed_field`s
* Fix URL constraint application
* Fix URL equality with different validation methods
* Fix JSON schema title when specified as `''`
* Fix `python` mode serialization for `complex` inference
Files: