diff mbox series

[meta-python,1/6] python3-pydantic: Upgrade 2.10.4 -> 2.10.5

Message ID 20250113134936.3594358-1-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/6] python3-pydantic: Upgrade 2.10.4 -> 2.10.5 | expand

Commit Message

Leon Anavi Jan. 13, 2025, 1:49 p.m. UTC
Upgrade to release 2.10.5:

- Remove custom MRO implementation of Pydantic models
- Fix URL serialization for unions

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.10.4.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.10.5.bb
similarity index 96%
rename from meta-python/recipes-devtools/python/python3-pydantic_2.10.4.bb
rename to meta-python/recipes-devtools/python/python3-pydantic_2.10.5.bb
index adfce81b66..019781d51b 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.10.4.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.10.5.bb
@@ -11,7 +11,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
 
 inherit pypi python_hatchling
 
-SRC_URI[sha256sum] = "82f12e9723da6de4fe2ba888b5971157b3be7ad914267dea8f05f82b28254f06" 
+SRC_URI[sha256sum] = "278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff" 
 
 DEPENDS += "python3-hatch-fancy-pypi-readme-native"