diff mbox series

[meta-python,3/3] python3-pydantic: Upgrade 2.12.5 -> 2.13.4

Message ID 20260715141507.3352685-3-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/3] python3-pikepdf: Upgrade 10.9.1 -> 10.10.0 | expand

Commit Message

Leon Anavi July 15, 2026, 2:15 p.m. UTC
Upgrade to release 2.13.4:

- Bump libc from 0.2.155 to 0.2.185
- Adapt pydantic-core linker flags on macOS

This work was sponsored by GOVCERT.LU.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.12.5.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.13.4.bb
similarity index 97%
rename from meta-python/recipes-devtools/python/python3-pydantic_2.12.5.bb
rename to meta-python/recipes-devtools/python/python3-pydantic_2.13.4.bb
index e354e4b93d..fb80c066f9 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.12.5.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.13.4.bb
@@ -11,9 +11,9 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
 
 inherit python_hatchling ptest-python-pytest
 
-SRCREV = "bd2d0dd0137dfa1a8fdff2529b9dfb1547980150"
+SRCREV = "cf67d4b3193c3fe43ede18612ed62785eee11382"
 PV .= "+git"
-SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=v2.12-fixes"
+SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=v2.13-fixes"
 DEPENDS += "python3-hatch-fancy-pypi-readme-native"
 
 CVE_PRODUCT = "pydantic:pydantic"