diff --git a/python-starlette.changes b/python-starlette.changes index 9616720..5fe3eff 100644 --- a/python-starlette.changes +++ b/python-starlette.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Nov 20 17:28:31 UTC 2024 - Dirk Müller + +- update to 0.41.3: + * Exclude the query parameters from the `scope[raw_path]` on + the `TestClient` #2716. + * Replace `dict` by `Mapping` on `HTTPException.headers` #2749. + * Correct middleware argument passing and improve factory + pattern #2752. +- update to 0.41.2: + * Revert bump on `python-multipart` +- update to 0.41.1: + * Bump minimum `python-multipart` version to 0.0.13 + ------------------------------------------------------------------- Thu Nov 7 09:20:47 UTC 2024 - Nico Krapp diff --git a/python-starlette.spec b/python-starlette.spec index 6c33bb0..caf6def 100644 --- a/python-starlette.spec +++ b/python-starlette.spec @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-starlette%{psuffix} -Version: 0.41.0 +Version: 0.41.3 Release: 0 Summary: Lightweight ASGI framework/toolkit License: BSD-3-Clause diff --git a/starlette-0.41.0.tar.gz b/starlette-0.41.0.tar.gz deleted file mode 100644 index 83d60ac..0000000 --- a/starlette-0.41.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0583161b9cf3de9dc7af7ebd3ae7c6a95e78a7a741558611cd5d8e640c06232 -size 2573744 diff --git a/starlette-0.41.3.tar.gz b/starlette-0.41.3.tar.gz new file mode 100644 index 0000000..7243fbb --- /dev/null +++ b/starlette-0.41.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a00307be5dfaf5acb971e1750096178782f234c4834b39e7d8ca097877b8638 +size 2574193