From efaca0f748934d690cbcce4d0e04d12e90f224d3cc29c75c06df79304691aa7a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 15 Apr 2024 15:33:55 +0000 Subject: [PATCH] - Update to 2.6.3 (bsc#1222806, CVE-2024-3772): OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=47 --- python-pydantic.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pydantic.changes b/python-pydantic.changes index dda89ab..d473755 100644 --- a/python-pydantic.changes +++ b/python-pydantic.changes @@ -9,7 +9,7 @@ Sat Mar 16 11:56:01 UTC 2024 - Dirk Müller ------------------------------------------------------------------- Thu Mar 7 03:28:00 UTC 2024 - Steve Kowalik -- Update to 2.6.3: +- Update to 2.6.3 (bsc#1222806, CVE-2024-3772): * Fix inheriting `Field` annotations in dataclasses * Fix warning for tuple of wrong size in `Union` * Fix `computed_field` JSON serializer `exclude_none` behavior