summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-22 14:32:42 +0800
committerKhem Raj <raj.khem@gmail.com>2023-11-21 22:44:40 -0800
commit8c362c31388be42d8b4786592893aaf87eb501ca (patch)
tree80e71c17cd48d7a6c9ebf7a6da69332012739493 /meta-python/recipes-devtools/python
parent8bb82a69ee64fc8b400f3e5e10aa0e4d65cf6f60 (diff)
downloadmeta-openembedded-8c362c31388be42d8b4786592893aaf87eb501ca.tar.gz
python3-pydantic: upgrade 2.5.0 -> 2.5.1
Changelog: =========== -uprev pydantic-core to 2.14.3 -Fix package description limit -Fix ValidateCallWrapper error when creating a model which has a @validate_call wrapped field annotation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic_2.5.1.bb (renamed from meta-python/recipes-devtools/python/python3-pydantic_2.5.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.5.0.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.5.1.bb
index 21be58e08d..609411fe14 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.5.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
5 5
6inherit pypi python_hatchling 6inherit pypi python_hatchling
7 7
8SRC_URI[sha256sum] = "69bd6fb62d2d04b7055f59a396993486a2ee586c43a0b89231ce0000de07627c" 8SRC_URI[sha256sum] = "0b8be5413c06aadfbe56f6dc1d45c9ed25fd43264414c571135c97dd77c2bedb"
9 9
10DEPENDS += "python3-hatch-fancy-pypi-readme-native" 10DEPENDS += "python3-hatch-fancy-pypi-readme-native"
11 11