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.39.0.tar.gz b/pydantic-core-2.39.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c12c0f9b7c862177d6fd837e2c2430e12800d8da Binary files /dev/null and b/pydantic-core-2.39.0.tar.gz differ diff --git a/python-pydantic-core.spec b/python-pydantic-core.spec index 7dfa2a408f8ba49264f46709e35a35fa991d3bf6..4950506317c506a89bc21badb350fd4ac4e90e37 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.39.0 Release: 1 Summary: Core functionality for Pydantic validation and serialization @@ -53,6 +53,12 @@ tar xzvf %{SOURCE1} -C . %changelog +* Tue Sep 23 2025 Yu Peng - 2.39.0-1 +- Upgrade to 2.39.0 + * docs: improve onboarding + * build: bump pytest to 8.4 + * Add exclude_computed_fields serialization option + * Fri May 16 2025 Dongxing Wang - 2.33.2-1 - Update package with version 2.33.2 Fix clippy lints for Rust 1.86