summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-apiflask_2.2.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-apiflask: upgrade 2.2.1 -> 2.3.2Wang Mingyu2024-12-241-16/+0
| | | | | | | | | | | | | Changelog: =========== - Fix response headers to be compliant with the OpenAPI specification for versions 3.0.0+ - Fix input data loading implementation when input validation is skipped - Include input documentation in API spec when specifying validation=False on @input decorator - Support skipping the validation for the request body with @input(validation=False) - Enable CI test for Python 3.13. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-apiflask: version bump 2.1.1 -> 2.2.1Jan Vermaete2024-11-051-0/+16
fixed: do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] warning:oelint.vars.dependsordered:'RDEPENDS' entries should be ordered alphabetically Download of the source archive was failing with PYPI_PACKAGE set. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>