summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-01-23 11:42:04 +0200
committerKhem Raj <raj.khem@gmail.com>2026-01-27 11:58:27 -0800
commitfb974db2c49ad32efd38452f32f0c96b8a12835b (patch)
tree4a874b2379cef4205261c8ba835a4a8601a82ffb /meta-python
parent5d40ca9cdf28a394bcb64fcbba33582729bc7281 (diff)
downloadmeta-openembedded-fb974db2c49ad32efd38452f32f0c96b8a12835b.tar.gz
python3-pydantic: Upgrade 2.12.4 -> 2.12.5
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic_2.12.5.bb (renamed from meta-python/recipes-devtools/python/python3-pydantic_2.12.4.bb)2
1 files changed, 1 insertions, 1 deletions
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
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"
11 11
12inherit python_hatchling ptest-python-pytest 12inherit python_hatchling ptest-python-pytest
13 13
14SRCREV = "5c842dfc9c245fb37aa1f5ec5b55c1aed10bd7e6" 14SRCREV = "bd2d0dd0137dfa1a8fdff2529b9dfb1547980150"
15PV .= "+git" 15PV .= "+git"
16SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=v2.12-fixes" 16SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=v2.12-fixes"
17DEPENDS += "python3-hatch-fancy-pypi-readme-native" 17DEPENDS += "python3-hatch-fancy-pypi-readme-native"