summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pydantic_2.8.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pydantic: upgrade 2.7.3 -> 2.8.2Tim Orling2024-08-091-0/+59
* Set RECIPE_NO_UPDATE_REASON because of issues we have been having with getting out of sync with required python3-pydantic-core version * Add RDEPENDS for ptest: - python3-pydoc (for test_help cases) - python3-email-validator - The standard library provides the getpass module, we provide it in the python3-unixadmin sub-package of python3 recipe. - python3-rich Full change log: https://github.com/pydantic/pydantic/compare/v2.8.2...v2.7.3 Highlights of changes: v2.8.2 (2024-07-03) * Fix issue with assertion caused by pluggable schema validator by @dmontagu in #9838 * See https://docs.pydantic.dev/latest/changelog/#v282-2024-07-03 v2.8.1 (2024-07-03)ΒΆ * Bump pydantic-core to v2.20.1, pydantic-extra-types to v2.9.0 by @sydney-runkle in #9832 * See https://docs.pydantic.dev/latest/changelog/#v281-2024-07-03 v2.8.0 (2024-07-01) * Bump pydantic-core to v2.20.0 by @sydney-runkle in #9745 * Add support for Python 3.13 by @sydney-runkle in #9743 * See https://docs.pydantic.dev/latest/changelog/#v280-2024-07-01 v2.7.4 (2024-06-12) * Bump pydantic.v1 to v1.10.16 reference by @sydney-runkle in #9639 * See https://docs.pydantic.dev/latest/changelog/#v274-2024-06-12 Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>