diff mbox series

[meta-python,1/5] python3-pydantic: Upgrade 2.10.2 -> 2.10.4

Message ID 20250107140040.3330151-1-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/5] python3-pydantic: Upgrade 2.10.2 -> 2.10.4 | expand

Commit Message

Leon Anavi Jan. 7, 2025, 2 p.m. UTC
Upgrade to release 2.10.4:

- Fix for comparison of AnyUrl objects
- Properly fetch PEP 695 type params for functions, do not fetch
  annotations from signature
- Include JSON Schema input core schema in function schemas
- Add len to _BaseUrl to avoid TypeError
- Make sure the type reference is removed from the seen references

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-pydantic_2.10.2.bb => python3-pydantic_2.10.4.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pydantic_2.10.2.bb => python3-pydantic_2.10.4.bb} (96%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.10.2.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.10.4.bb
similarity index 96%
rename from meta-python/recipes-devtools/python/python3-pydantic_2.10.2.bb
rename to meta-python/recipes-devtools/python/python3-pydantic_2.10.4.bb
index bfc658e38a..adfce81b66 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.10.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.10.4.bb
@@ -11,7 +11,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
 
 inherit pypi python_hatchling
 
-SRC_URI[sha256sum] = "2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa" 
+SRC_URI[sha256sum] = "82f12e9723da6de4fe2ba888b5971157b3be7ad914267dea8f05f82b28254f06" 
 
 DEPENDS += "python3-hatch-fancy-pypi-readme-native"