diff mbox series

[meta-python,4/6] python3-pydantic: Upgrade to 2.11.1 release

Message ID 20250402034246.1488516-4-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/6] python3-typing-inspection: Add recipe | expand

Commit Message

Khem Raj April 2, 2025, 3:42 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../{python3-pydantic_2.10.6.bb => python3-pydantic_2.11.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pydantic_2.10.6.bb => python3-pydantic_2.11.1.bb} (96%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.10.6.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.11.1.bb
similarity index 96%
rename from meta-python/recipes-devtools/python/python3-pydantic_2.10.6.bb
rename to meta-python/recipes-devtools/python/python3-pydantic_2.11.1.bb
index 9c2bbf5140..2770b13831 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.10.6.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.11.1.bb
@@ -11,7 +11,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
 
 inherit pypi python_hatchling ptest-python-pytest
 
-SRC_URI[sha256sum] = "ca5daa827cce33de7a42be142548b0096bf05a7e7b365aebfa5f8eeec7128236" 
+SRC_URI[sha256sum] = "442557d2910e75c991c39f4b4ab18963d57b9b55122c8b2a9cd176d8c29ce968"
 
 DEPENDS += "python3-hatch-fancy-pypi-readme-native"