pydantic 1.10.17-1 source package in Ubuntu

Changelog

pydantic (1.10.17-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.10.17
  * Drop upstreamed patch
  * Drop debian/gitlab-ci.yml
  * Use python3-pydantic.examples to install examples
  * Fix `test_assert_raises_validation_error` with pytest-8 (#8995) (#9024)
    (Closes: #1066750)
  * Fix d/watch

 -- Jochen Sprickerhof <email address hidden>  Mon, 24 Jun 2024 10:37:45 +0200

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
Oracular release main misc

Downloads

File Size SHA-256 Checksum
pydantic_1.10.17-1.dsc 2.3 KiB 4721b938e1a19f72bc6f9e36f18672fb24d00861333c033576c8a8578ac1e501
pydantic_1.10.17.orig.tar.gz 752.5 KiB f1b9799676ee5bb68c76d31b3dcff6ea6e668a0923a67cc6d4afcb7dc0aacb31
pydantic_1.10.17-1.debian.tar.xz 3.9 KiB fc47daa05e7e5a8a418871f018d2aa6831de5a6fc0cb604317fb314bbc937487

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