pydantic 1.10.14-1ubuntu1 source package in Ubuntu

Changelog

pydantic (1.10.14-1ubuntu1) oracular; urgency=medium

  * Fix test_assert_raises_validation_error (LP: #2059359)

 -- Nick Rosbrook <email address hidden>  Wed, 15 May 2024 11:24:29 +0200

Upload details

Uploaded by:
Nick Rosbrook
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
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.14.orig.tar.gz 749.2 KiB c4227c0317989ee9ebb993548e92042066e2b09bbc0618dc67b6cd1972215650
pydantic_1.10.14-1ubuntu1.debian.tar.xz 4.7 KiB b9c05a7e43cb45d20d022a163db33aacb9b1640d15bf539c392ace57b3a87050
pydantic_1.10.14-1ubuntu1.dsc 2.3 KiB 43405e7f593695320469ab634cdbf827a6c01f7257caaa964e2b1b7b4a5f3b7e

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.

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