diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-24 17:26:52 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-24 08:23:09 -0800 |
commit | d9112efa8495a04f42325cabb5933e860c6caf7f (patch) | |
tree | 800c198cfd2641c971cdbd2a9c5c67711d452de8 /meta-python/recipes-devtools | |
parent | 752053c9fd052ba7be7ce0da4ef3eaeabc07a0c4 (diff) | |
download | meta-openembedded-d9112efa8495a04f42325cabb5933e860c6caf7f.tar.gz |
python3-starlette: upgrade 0.39.2 -> 0.42.0
Changelog:
============
- Add max_part_size to MultiPartParser to limit the size of parts in multipart/form-data requests
- Allow to raise HTTPException before websocket.accept()
- Bump minimum python-multipart version to 0.0.13
- Change python-multipart import to python_multipart
- Revert bump on python-multipart on starlette[full] extras
- Raise ClientDisconnect on StreamingResponse
- Use ETag from headers when parsing If-Range in FileResponse
- Follow directory symlinks in StaticFiles when follow_symlinks=True
- Bump minimum python-multipart version to 0.0.18
- Bump minimum httpx version to 0.27.0
- Exclude the query parameters from the scope[raw_path] on the TestClient
- Replace dict by Mapping on HTTPException.headers
- Correct middleware argument passing and improve factory pattern
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-starlette_0.42.0.bb (renamed from meta-python/recipes-devtools/python/python3-starlette_0.39.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-starlette_0.39.2.bb b/meta-python/recipes-devtools/python/python3-starlette_0.42.0.bb index 87080e9fe..ed539ed9d 100644 --- a/meta-python/recipes-devtools/python/python3-starlette_0.39.2.bb +++ b/meta-python/recipes-devtools/python/python3-starlette_0.42.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Starlette is a lightweight ASGI framework/toolkit, which is ideal for | |||
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=11e8c8dbfd5fa373c703de492140ff7a" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=11e8c8dbfd5fa373c703de492140ff7a" |
4 | 4 | ||
5 | SRC_URI[sha256sum] = "caaa3b87ef8518ef913dac4f073dea44e85f73343ad2bdc17941931835b2a26a" | 5 | SRC_URI[sha256sum] = "91f1fbd612f3e3d821a8a5f46bf381afe2a9722a7b8bbde1c07fb83384c2882a" |
6 | 6 | ||
7 | inherit pypi python_hatchling ptest | 7 | inherit pypi python_hatchling ptest |
8 | 8 | ||