diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-10-13 16:17:25 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-13 23:47:40 -0700 |
| commit | 317da0fe970e7e6f7dad0f60c094a52ad0a33f55 (patch) | |
| tree | 28363cd78d12b47716cb918c71de420d1d83ee2c /meta-python/recipes-devtools/python | |
| parent | 918ac505d364fe3ed642afb7370c847a2f1deea0 (diff) | |
| download | meta-openembedded-317da0fe970e7e6f7dad0f60c094a52ad0a33f55.tar.gz | |
pydantic: Upgrade 2.11.7 -> 2.12.0
Upgrade to release 2.12.0:
- Update V1 copy to v1.10.24
- Add extra parameter to the validate functions
- Add exclude_computed_fields serialization option
- Add preverse_empty_path URL options
- Add union_format parameter to JSON Schema generation
- Add __qualname__ parameter for create_model
- Do not try to infer name from lambda definitions in pipelines API
- Use proper namespace for functions in TypeAdapter
- Use Any for context type annotation in TypeAdapter
- Expose FieldInfo in pydantic.fields.__all__
- Respect validation_alias in @validate_call
- Use Any as context annotation in plugin API
- Use proper stacklevel in warnings when possible
Signed-off-by: Leon Anavi <leon.anavi@konsulko.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.12.0.bb (renamed from meta-python/recipes-devtools/python/python3-pydantic_2.11.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.11.7.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.12.0.bb index e603e7dccd..8016b55dfe 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic_2.11.7.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic_2.12.0.bb | |||
| @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6" | |||
| 11 | 11 | ||
| 12 | inherit python_hatchling ptest-python-pytest | 12 | inherit python_hatchling ptest-python-pytest |
| 13 | 13 | ||
| 14 | SRCREV = "9b52422377d974ffc3de4e8b0bf7faab1acf2ec4" | 14 | SRCREV = "a7928e692e5a7841c4379d1af1fd37966941dade" |
| 15 | PV .= "+git" | 15 | PV .= "+git" |
| 16 | SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=main" | 16 | SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=main" |
| 17 | DEPENDS += "python3-hatch-fancy-pypi-readme-native" | 17 | DEPENDS += "python3-hatch-fancy-pypi-readme-native" |
