pydantic 2.8.2-1 source package in Ubuntu

Changelog

pydantic (2.8.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Colin Watson <email address hidden>  Sat, 07 Sep 2024 22:00:35 +0100

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.8.2-1.dsc 2.7 KiB 5ef5df379120ee2592aa06e6e4414a4628ef579ae553ef4645b39da223134875
pydantic_2.8.2.orig.tar.gz 2.7 MiB 9bf7a469b86fa6a923d234953a033215fb790e7c0e9a9f0d483449e6839e5472
pydantic_2.8.2-1.debian.tar.xz 7.7 KiB 027fc6a4fce90127de9c076bc9b3166c85bbc82018aa70c80e9bc4f90504ba36

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.