summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-marshmallow_3.26.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-marshmallow: upgrade 3.26.0 -> 3.26.1Wang Mingyu2025-02-121-32/+0
| | | | | | | | | | Changelog: ========== - Typing: Fix type annotations for class Meta options - Remove default value for the data param of Nested._deserialize Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: update recipe to use the ptest-python-pytest classDerek Straka2025-01-301-11/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: Upgrade 3.25.1 -> 3.26.0Leon Anavi2025-01-251-0/+40
Upgrade to release 3.26.0: - Typing: Add type annotations and improved documentation for class Meta <marshmallow.Schema.Meta> options. - Typing: Improve type coverage of marshmallow.Schema.SchemaMeta. - Typing: marshmallow.Schema.loads parameter allows bytes and bytesarray. - Respect data_key when schema validators raise a ValidationError <marshmallow.exceptions.ValidationError> with a field_name argument. - Correctly handle multiple @post_load <marshmallow.post_load> methods where one method appends to the data and another passes pass_original=True. - URL fields now properly validate file paths. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>