pydantic 2.4.2-1 source package in Ubuntu

Changelog

pydantic (2.4.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.4.2 (Closes: #1052028, #1066750)
  * Remove patch applied upstream
  * Add new build-dependencies:
    * pybuild-plugin-pyproject
    * python3-annotated-types
    * python3-dirty-equals
    * python3-fake-factory
    * python3-hatch-fancy-pypi-readme
    * python3-pydantic-core

  [ Andreas Tille ]
  * Make DPT maintainer
  * Depends: python3-email-validator
    Closes: #1065082

 -- Alexandre Detiste <email address hidden>  Sat, 20 Jul 2024 14:40:50 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pydantic_2.4.2-1.dsc 2.4 KiB 4b1c0ac99149ff9eab1fa20a81b71adfcadfd71dba8875f8d1c24c5f90f0d046
pydantic_2.4.2.orig.tar.gz 2.5 MiB 7b7546fc1e3c34e1f6be394fcb7d292627f8890cc49b77e87c207ef6a73e69e3
pydantic_2.4.2-1.debian.tar.xz 7.0 KiB 7f2aace325b264c227666fc073602e879fff41c0cccbafa0b0e70eddd723fff7

Available diffs

No changes file available.

Binary packages built by this source

python3-pydantic: Data validation and settings management using Python type hinting

 pydantic uses type hinting (PEP 484) and variable annotation (PEP 526) to
 validate that untrusted data takes the desired form. There is also support for
 an extension to dataclasses where the input data is validated.