pydantic-core 2.11.0-1 source package in Ubuntu

Changelog

pydantic-core (2.11.0-1) unstable; urgency=medium

  * Initial release (Closes: #1052619)

 -- Timo Röhling <email address hidden>  Fri, 01 Mar 2024 11:26:55 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
pydantic-core_2.11.0-1.dsc 3.1 KiB 561a0a2cead67c6b3315bac35f8291c6888cdf76b2b182d38aa2d22540291439
pydantic-core_2.11.0.orig.tar.gz 354.7 KiB 6479e78446aa231f0a30ac4e1c05ebb95ad44be9f221667ef8f1644cd6709302
pydantic-core_2.11.0-1.debian.tar.xz 2.9 KiB e025eefd93fe2c5e39e77076e291c120354ffee9134acf8fe53058b37185c8ff

No changes file available.

Binary packages built by this source

python3-pydantic-core: Rust implementation of pydantic core functionality (Python 3 module)

 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.
 .
 The core library is implemented in Rust and up to seventeen times faster than
 the original pure Python implementation.
 .
 This package installs the Python 3 module.