python3-pydantic: Upgrade to v2.12.0a1 prerelease

Needed for python3-pydantic-core v2.37+

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2025-08-01 16:10:00 -07:00
parent 825ee9e7ae
commit 10385d468e
2 changed files with 1 additions and 38 deletions

View File

@@ -11,10 +11,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
inherit python_hatchling ptest-python-pytest
SRCREV = "702aaa6354cc30ae815676c57a8bbb4557ccb295"
SRCREV = "9b52422377d974ffc3de4e8b0bf7faab1acf2ec4"
PV .= "+git"
SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=main"
SRC_URI += "file://0001-pyprojects-Bump-pydantic-core-to-2.35.2.patch"
DEPENDS += "python3-hatch-fancy-pypi-readme-native"
RECIPE_NO_UPDATE_REASON = "Must be updated in sync with python3-pydantic-core."