pydantic 1.10.13-0ubuntu1 source package in Ubuntu

Changelog

pydantic (1.10.13-0ubuntu1) noble; urgency=medium

  * New upstream point release.
  * d/control: Enable pybuild autopackagetest.
  * d/p/py3.12-skiptest.patch: Skip tests which are incompatible with
    Python >= 3.12.

 -- James Page <email address hidden>  Wed, 22 Nov 2023 11:37:40 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pydantic_1.10.13.orig.tar.gz 748.6 KiB be1cbc321d34dc1dcca2525f6627a7bbdd879adfe5dbcb43c4ca6d983bd50a42
pydantic_1.10.13-0ubuntu1.debian.tar.xz 4.1 KiB 2eecdd9d48cb0ffc628633cf2d9d52845d0447e6b9988b0abd6fbb4dda4b045b
pydantic_1.10.13-0ubuntu1.dsc 2.2 KiB c8955ae9a8567c7d3b7b97e06294f41cca358202ccdac2d0f9d7f0f04453164e

View changes file

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.