summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-04-15 15:42:58 +0300
committerKhem Raj <raj.khem@gmail.com>2025-04-16 08:04:41 -0700
commit42ef8220af41ec7c6a4e22aeb36c6f16d2b0a4b9 (patch)
treeb9f9e7476972d9e2c2624ae2a101c4f6b3bc7b62
parent440f0e400b20fc20899a35bf53b3d3cbdc7b0ef9 (diff)
downloadmeta-openembedded-42ef8220af41ec7c6a4e22aeb36c6f16d2b0a4b9.tar.gz
python3-pydantic: Upgrade 2.11.2 -> 2.11.3
Upgrade to release 2.11.3: - Update V1 copy to v1.10.21 - Preserve field description when rebuilding model fields Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic_2.11.3.bb (renamed from meta-python/recipes-devtools/python/python3-pydantic_2.11.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.11.2.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.11.3.bb
index 896a8d6471..03a9483f5b 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.11.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.11.3.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
11 11
12inherit pypi python_hatchling ptest-python-pytest 12inherit pypi python_hatchling ptest-python-pytest
13 13
14SRC_URI[sha256sum] = "2138628e050bd7a1e70b91d4bf4a91167f4ad76fdb83209b107c8d84b854917e" 14SRC_URI[sha256sum] = "7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3"
15 15
16DEPENDS += "python3-hatch-fancy-pypi-readme-native" 16DEPENDS += "python3-hatch-fancy-pypi-readme-native"
17 17