pydantic-core 2.23.3-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * Add Built-Using, X-Cargo-Built-Using, and Static-Built-Using fields
    (closes: #1081538).
  * Fix typo in DEB_BUILD_MAINT_OPTIONS hardening option.
  * New upstream release.

 -- Colin Watson <email address hidden>  Fri, 13 Sep 2024 00:27:43 +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.23.3-1.dsc 3.3 KiB 6018c96ed52de1eb7f352b479a7be1beee5a481270c02ac56e8f12860d6bf402
pydantic-core_2.23.3.orig.tar.gz 405.0 KiB 4aed890a2d9450ab398343ebb9bce5a6d964d9d3aa7b6d726ac5a52e012bd31e
pydantic-core_2.23.3-1.debian.tar.xz 3.4 KiB d44e54678d12eef9afdad8e922c0c98b5a1db0701c747413220836aab2beef90

Available diffs

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.

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