pydantic 1.10.14-1 source package in Ubuntu

Changelog

pydantic (1.10.14-1) unstable; urgency=medium

  * Team upload

  [ Matthias Klose ]
  * Update watch file for unconstrained version.

  [ Andreas Tille ]
  * New upstream version of 1.10 series
    Closes: #1058324
  * Build-Depends: s/dh-python/dh-sequence-python3/
  * Add upstream metadata
  * Architecture: any

 -- Andreas Tille <email address hidden>  Wed, 07 Feb 2024 21:19:27 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main misc

Downloads

File Size SHA-256 Checksum
pydantic_1.10.14-1.dsc 2.2 KiB bb8096e221d9a31feb485b296a1d5378a0a58514f161cf51494f639de93ccd96
pydantic_1.10.14.orig.tar.gz 749.2 KiB c4227c0317989ee9ebb993548e92042066e2b09bbc0618dc67b6cd1972215650
pydantic_1.10.14-1.debian.tar.xz 4.2 KiB 079388d116aa2a2d3b3c7e07db4a6e312e55ff120efb78711ab7ce0da106233f

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.

python3-pydantic-dbgsym: debug symbols for python3-pydantic