summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pydantic_2.9.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pydantic: Upgrade 2.9.2 -> 2.10.2Leon Anavi2024-11-271-73/+0
| | | | | | | | | | | | | | | | Upgrade to version 2.10.2: - Only evaluate FieldInfo annotations if required during schema building - Do not evaluate annotations for private fields - Support serialization as any for Secret types and Url types - Fix type hint of Field.default to be compatible with Python 3.8 and 3.9 - Add hashing support for URL types - Hide BaseModel.__replace__ definition from type checkers Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Add missing rdepsKhem Raj2024-11-221-0/+9
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Upgrade to 2.9.2Khem Raj2024-10-281-0/+64
Signed-off-by: Khem Raj <raj.khem@gmail.com>