Re: [oe] [meta-python] [PATCH 26/26] python3-pydantic: upgrade 2.5.3 -> 2.6.0

2024-02-20 Thread Tim Orling
You don’t mention that this also upgrades python-pydantic-core and refreshes the -crates.inc See my recent upgrades for what would be more helpful in the commit log. On Tue, Feb 20, 2024 at 12:55 AM wangmy via lists.openembedded.org wrote: > From: Wang Mingyu > > Changelog: > >

[oe] [meta-python] [PATCH 26/26] python3-pydantic: upgrade 2.5.3 -> 2.6.0

2024-02-20 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: -Drop Python3.7 support -Drop Python 3.7, and PyPy 3.7 and 3.8 -Use positional-only self in BaseModel constructor, so no field name can ever conflict with it -Make @validate_call return a function instead of a custom descriptor - fixes binding issue