diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2025-01-13 15:49:31 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-13 10:10:21 -0800 |
commit | 5df0940c6eb68eacac894ddf6b25629fcc4bc5ba (patch) | |
tree | fbb875022bba6779b2f72e70ce3cbaedeb5eb3e1 /meta-python | |
parent | 43891df042d014b0992d58f628039985c8a33156 (diff) | |
download | meta-openembedded-5df0940c6eb68eacac894ddf6b25629fcc4bc5ba.tar.gz |
python3-pydantic: Upgrade 2.10.4 -> 2.10.5
Upgrade to release 2.10.5:
- Remove custom MRO implementation of Pydantic models
- Fix URL serialization for unions
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.5.bb (renamed from meta-python/recipes-devtools/python/python3-pydantic_2.10.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.10.4.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.10.5.bb index adfce81b66..019781d51b 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic_2.10.4.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic_2.10.5.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6" | |||
11 | 11 | ||
12 | inherit pypi python_hatchling | 12 | inherit pypi python_hatchling |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "82f12e9723da6de4fe2ba888b5971157b3be7ad914267dea8f05f82b28254f06" | 14 | SRC_URI[sha256sum] = "278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff" |
15 | 15 | ||
16 | DEPENDS += "python3-hatch-fancy-pypi-readme-native" | 16 | DEPENDS += "python3-hatch-fancy-pypi-readme-native" |
17 | 17 | ||