similarity index 87%
rename from meta-python/recipes-devtools/python/python3-pydantic_2.7.3.bb
rename to meta-python/recipes-devtools/python/python3-pydantic_2.8.2.bb
@@ -11,10 +11,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
inherit pypi python_hatchling
-SRC_URI[sha256sum] = "c46c76a40bb1296728d7a8b99aa73dd70a48c3510111ff290034f860c99c419e"
+SRC_URI[sha256sum] = "6f62c13d067b0755ad1c21a34bdd06c0c12625a22b0fc09c6b149816604f7c2a"
DEPENDS += "python3-hatch-fancy-pypi-readme-native"
+RECIPE_NO_UPDATE_REASON = "Must be updated in sync with python3-pydantic-core."
+
RDEPENDS:${PN} += "\
python3-annotated-types \
python3-core \
@@ -35,9 +37,13 @@ SRC_URI += "file://run-ptest"
RDEPENDS:${PN}-ptest += "\
python3-cloudpickle \
python3-dirty-equals \
+ python3-email-validator \
+ python3-pydoc \
python3-pytest \
python3-pytest-mock \
+ python3-rich \
python3-unittest-automake-output \
+ python3-unixadmin \
"
do_install_ptest() {