summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-02-12 15:27:50 +0200
committerKhem Raj <raj.khem@gmail.com>2025-02-12 09:17:19 -0800
commit2acc4af5d0b38fea73bc64ccdd697448d7dae495 (patch)
treeafdf96cfa7eb16a4ca86f3452f38d0649f64f2d5 /meta-python
parent1587704e45f9eb186a34f3335c42b037be32d6e8 (diff)
downloadmeta-openembedded-2acc4af5d0b38fea73bc64ccdd697448d7dae495.tar.gz
python3-pydantic: Upgrade 2.10.5 -> 2.10.6
Upgrade to release 2.10.6: - Fix JSON Schema reference collection with 'examples' keys - Fix url python serialization 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.10.6.bb (renamed from meta-python/recipes-devtools/python/python3-pydantic_2.10.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.10.5.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.10.6.bb
index 77568a368a..9c2bbf5140 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.10.5.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.10.6.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] = "278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff" 14SRC_URI[sha256sum] = "ca5daa827cce33de7a42be142548b0096bf05a7e7b365aebfa5f8eeec7128236"
15 15
16DEPENDS += "python3-hatch-fancy-pypi-readme-native" 16DEPENDS += "python3-hatch-fancy-pypi-readme-native"
17 17