diff --git a/cargo-vendor-cache b/cargo-vendor-cache index d6809795915923d2161fa2478875d732c3eaa996..7beb677f7b3685bbed7159cc1af7a907f847efcc 100644 Binary files a/cargo-vendor-cache and b/cargo-vendor-cache differ diff --git a/pydantic-core-2.33.2.tar.gz b/pydantic-core-2.33.2.tar.gz deleted file mode 100644 index 9c94ed86227d816b89e0ae89bca7dc18754e74e8..0000000000000000000000000000000000000000 Binary files a/pydantic-core-2.33.2.tar.gz and /dev/null differ diff --git a/pydantic-core-2.35.2.tar.gz b/pydantic-core-2.35.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..023b0f629096c287711dfe69248a96bdd6342c29 Binary files /dev/null and b/pydantic-core-2.35.2.tar.gz differ diff --git a/python-pydantic-core.spec b/python-pydantic-core.spec index 7dfa2a408f8ba49264f46709e35a35fa991d3bf6..ec5039892936c124d60cac1e1f4378b7248e387f 100644 --- a/python-pydantic-core.spec +++ b/python-pydantic-core.spec @@ -2,7 +2,7 @@ %global pypi_name pydantic-core Name: python-%{pypi_name} -Version: 2.33.2 +Version: 2.35.2 Release: 1 Summary: Core functionality for Pydantic validation and serialization @@ -53,6 +53,16 @@ tar xzvf %{SOURCE1} -C . %changelog +* Wed Jul 16 2025 Dongxing Wang - 2.35.2-1 +- Update package with version 2.35.2 + Better document SerializationInfo + Fix generic issues with ValidationInfo and SerializationInfo + Do not reuse validator and serializer when unpickling + Remove unnecessary required fields count when exclude_none is set + Mark constructor parameters of exceptions as positional-only + add critical sections around bytearray reads + Add support for Python 3.14 + * Fri May 16 2025 Dongxing Wang - 2.33.2-1 - Update package with version 2.33.2 Fix clippy lints for Rust 1.86