diff mbox series

[meta-python,2/2] python3-pydantic: Upgrade 2.12.4 -> 2.12.5

Message ID 20260123094205.3303453-2-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/2] python3-reportlab: Upgrade 4.4.5 -> 4.4.9 | expand

Commit Message

Leon Anavi Jan. 23, 2026, 9:42 a.m. UTC
Upgrade to release 2.12.5:

- Fix pickle error when using model_construct() on a model with
  MISSING as a default value
- Several updates to the documentation

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

Patch

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