From: Wang Mingyu <wan...@fujitsu.com>

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 <wan...@fujitsu.com>
---
 ...{python3-starlette_0.39.2.bb => python3-starlette_0.42.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-starlette_0.39.2.bb => 
python3-starlette_0.42.0.bb} (91%)

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
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-starlette_0.39.2.bb
rename to meta-python/recipes-devtools/python/python3-starlette_0.42.0.bb
index 87080e9fe9..ed539ed9df 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
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=11e8c8dbfd5fa373c703de492140ff7a"
 
-SRC_URI[sha256sum] = 
"caaa3b87ef8518ef913dac4f073dea44e85f73343ad2bdc17941931835b2a26a"
+SRC_URI[sha256sum] = 
"91f1fbd612f3e3d821a8a5f46bf381afe2a9722a7b8bbde1c07fb83384c2882a"
 
 inherit pypi python_hatchling ptest
 
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#114531): 
https://lists.openembedded.org/g/openembedded-devel/message/114531
Mute This Topic: https://lists.openembedded.org/mt/110269929/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to