diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-11-20 18:58:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-20 10:30:33 -0800 |
| commit | af4866a42932afbc3f4104c4dbc2f3e95f0227ff (patch) | |
| tree | 5263cc889366d8cc7800bdee3b5080f5882c313e /meta-python | |
| parent | 80d071ba7e22a6baf9b1003481fcc83830e45cc9 (diff) | |
| download | meta-openembedded-af4866a42932afbc3f4104c4dbc2f3e95f0227ff.tar.gz | |
python3-pydantic: Upgrade 2.12.0 -> 2.12.4
Upgrade to release python3-pydantic:
- Fix issue with forward references in parent TypedDict classes
- Exclude fields with exclude_if from JSON Schema required fields
- Revert URL percent-encoding of credentials in the build() method
of the AnyUrl and Dsn types
- Add type inference for IP address types
- Avoid getting default values from defaultdict
- Fix issue with field serializers on nested typed dictionaries
- Add more pydantic-core builds for the three-threaded version of
Python 3.14
This work was sponsored by GOVCERT.LU
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.12.4.bb (renamed from meta-python/recipes-devtools/python/python3-pydantic_2.12.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.12.0.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.12.4.bb index 8016b55dfe..13035f4808 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic_2.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic_2.12.4.bb | |||
| @@ -11,9 +11,9 @@ 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 = "a7928e692e5a7841c4379d1af1fd37966941dade" | 14 | SRCREV = "5c842dfc9c245fb37aa1f5ec5b55c1aed10bd7e6" |
| 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=v2.12-fixes" |
| 17 | DEPENDS += "python3-hatch-fancy-pypi-readme-native" | 17 | DEPENDS += "python3-hatch-fancy-pypi-readme-native" |
| 18 | 18 | ||
| 19 | RECIPE_NO_UPDATE_REASON = "Must be updated in sync with python3-pydantic-core." | 19 | RECIPE_NO_UPDATE_REASON = "Must be updated in sync with python3-pydantic-core." |
