pydantic 1.10.2-1ubuntu1 source package in Ubuntu

Changelog

pydantic (1.10.2-1ubuntu1) lunar; urgency=medium

  * Merge from Debian unstable, remaining changes:
    + debian/rules: undefine V environment variable to avoid
      breaking unit test assumptions

pydantic (1.10.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Fix watch file to adapt to GitHub changes.

 -- Graham Inggs <email address hidden>  Tue, 17 Jan 2023 08:26:39 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pydantic_1.10.2.orig.tar.gz 867.5 KiB 27c4e87d71b7d7858ef7c466ffdaad6ff7055e208c5c3267fabf29ef49e5dbef
pydantic_1.10.2-1ubuntu1.debian.tar.xz 3.4 KiB 703c3fa64152f3f7dca52fa7e845fe0283d8f0df89fa9ebc43464fabfe606112
pydantic_1.10.2-1ubuntu1.dsc 2.2 KiB 5c591661693e51cc12b0252f2280ececc0c349c40673076a42acb7f0fe500b41

Available diffs

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.