diff mbox series

[meta-python,2/2] python3-pydantic: Upgrade 2.13.4 -> 2.13.5

Message ID 20260924125848.526537-2-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/2] python3-pydantic-core: Upgrade 2.46.4 -> 2.46.5 | expand

Commit Message

Leon Anavi Sept. 24, 2026, 12:58 p.m. UTC
Upgrade to release 2.13.5:

- Allow reuse of validators when plugins are set
- Fix missing GC traversal on some pydantic-core struct fields
- Fix missing GC traversal in pydantic-core for
  GeneralFieldsSerializer
- Count validated model fields once in smart unions

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-pydantic_2.13.4.bb => python3-pydantic_2.13.5.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pydantic_2.13.4.bb => python3-pydantic_2.13.5.bb} (98%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.13.4.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.13.5.bb
similarity index 98%
rename from meta-python/recipes-devtools/python/python3-pydantic_2.13.4.bb
rename to meta-python/recipes-devtools/python/python3-pydantic_2.13.5.bb
index 17a6941d14..7c5dcdcb26 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.13.4.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.13.5.bb
@@ -11,7 +11,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
 
 inherit python_hatchling ptest-python-pytest
 
-SRCREV = "cf67d4b3193c3fe43ede18612ed62785eee11382"
+SRCREV = "001dea020e0809844e5b17666432c9135a976f46"
 PV .= "+git"
 SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=v2.13-fixes"
 DEPENDS += "python3-hatch-fancy-pypi-readme-native"