pydantic 1.7.4-1 source package in Ubuntu

Changelog

pydantic (1.7.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream point release.
    - Fixes CVE-2021-29510: Date and datetime parsing could cause an infinite
      loop by passing either 'infinity' or float('inf') (Closes: #988480)
  * Update watch file to version 4 with current uscan(1) recommended regex.

 -- Stefano Rivera <email address hidden>  Fri, 21 May 2021 16:05:17 -0400

Upload details

Uploaded by:
Michael Banck
Uploaded to:
Sid
Original maintainer:
Michael Banck
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pydantic_1.7.4-1.dsc 1.4 KiB 2f3cabe8157c5c304ef26dc66ae1150a8b4bb368c3c718625d3ac76c32cf0534
pydantic_1.7.4.orig.tar.gz 260.9 KiB b0d2081726dbe6697465f2e1ebba51da3b1415008936ad003cf63fa2c48253f6
pydantic_1.7.4-1.debian.tar.xz 2.9 KiB 7dc53241d7401fd9c436467fdf4013b7f2c406a9eda571e02d2dff55e327fd5a

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.