summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-starlette_1.2.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-starlette: Upgrade 1.2.1 -> 1.3.1Leon Anavi4 days1-42/+0
| | | | | | | | | | | Upgrade to release 1.3.1: - Use StarletteDeprecationWarning instead of DeprecationWarning - Enforce max_fields and max_part_size in FormParser - Enforce FormParser limits in parser callbacks Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-starlette: upgrade 1.1.0 -> 1.2.1Wang Mingyu11 days1-0/+42
Changelog: ============ - Support httpx2 in the test client - Use httpx2 for type checking in the testclient module - Add assert error for requires() when request param is not Request type Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>