Go to file
Steve Kowalik 22684d68f4 - Update to 2.6.3:
* Fix inheriting `Field` annotations in dataclasses
  * Fix warning for tuple of wrong size in `Union`
  * Fix `computed_field` JSON serializer `exclude_none` behavior
  * Check for `email-validator` version >= 2.0
  * Add `NatsDsn`
  * Add `ConfigDict.ser_json_inf_nan`
  * Support `AliasGenerator` usage
  * Support `yyyy-MM-DD` datetime parsing
  * Added bits conversions to the `ByteSize` class
  * Add `eval_type_backport` to handle union operator
  * Add support for `dataclass` fields `init`
  * Implement pickling for `ValidationError`
  * Add unified tuple validator that can handle "variadic" tuples via PEP-646
  * Drop Python3.7 support
  * Make `@validate_call` return a function instead of a custom descriptor
  * Introducing `classproperty` decorator for `model_computed_fields`
  * Move `getattr` warning in deprecated `BaseConfig`
  * Only hash `model_fields`, not whole `__dict__`
  * Fix overload position of `computed_field`
  * Fix issue `unittest.mock` deprecation warnings 
  * Fix `to_snake` conversion
  * Add support for field `alias` in `dataclass` signature
  * Fix ordering of keys in `__dict__` with `model_construct` call
  * Fix usage of `@deprecated`
  * Add more support for private attributes in `model_construct` call
  * Support `pydantic.Field(repr=False)` in dataclasses
  * Override `dataclass_transform` behavior for `RootModel`
  * Refactor signature generation for simplicity
  * Fix ordering bug of PlainValidator annotation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=43
2024-03-07 03:28:22 +00:00
_multibuild - Update to 2.6.3: 2024-03-07 03:28:22 +00:00
.gitattributes Accepting request 732025 from home:mnhauke 2019-09-20 09:56:46 +00:00
.gitignore Accepting request 732025 from home:mnhauke 2019-09-20 09:56:46 +00:00
pydantic-2.6.3.tar.gz - Update to 2.6.3: 2024-03-07 03:28:22 +00:00
python-pydantic.changes - Update to 2.6.3: 2024-03-07 03:28:22 +00:00
python-pydantic.spec - Update to 2.6.3: 2024-03-07 03:28:22 +00:00