Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pydantic
From: Adam Ciarcinski
Date: 2023-01-02 14:15:56
Message id: 20230102131556.CF107FA90@cvs.NetBSD.org
Log Message:
py-pydantic: updated to 1.10.4
v1.10.4 (2022-12-30)
* Change dependency to `typing-extensions>=4.2.0`,
v1.10.3 (2022-12-29)
**NOTE: v1.10.3 was ["yanked"](https://pypi.org/help/#yanked) from \
PyPI due to
* fix parsing of custom root models,
* fix: use dataclass proxy for frozen or empty dataclasses,
* Fix `schema` and `schema_json` on models where a model instance is a one of \
default values,
* Add Jina AI to sponsors on docs index page,
* fix: support assignment on `DataclassProxy`,
* Add `postgresql+psycopg` as allowed scheme for `PostgreDsn` to make it usable \
with SQLAlchemy 2,
* Allow dict schemas to have both `patternProperties` and `additionalProperties`,
* Fixes error passing None for optional lists with `unique_items`,
* Fix `GenericModel` with `Callable` param raising a `TypeError`,
* Fix field regex with `StrictStr` type annotation,
* Correct `dataclass_transform` keyword argument name from `field_descriptors` \
to `field_specifiers`,
* fix: avoid multiple calls of `__post_init__` when dataclasses are inherited,
* Reduce the size of binary wheels
Files: