14
0

- Update to 0.47.0

* Added
    + Add support for ASGI pathsend extension #2671.
    + Add partitioned attribute to Response.set_cookie #2501.
  * Changed
    + Change methods parameter type from list[str] to Collection[str] #2903.
    + Replace import typing by from typing import ... in the whole codebase #2867.
  * Fixed
    + Mark ExceptionMiddleware.http_exception as async to prevent thread creation #2922.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=63
This commit is contained in:
2025-06-05 07:48:42 +00:00
committed by Git OBS Bridge
parent 1eac7955e7
commit db727897cd
4 changed files with 17 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
%{?sle15_python_module_pythons}
Name: python-starlette%{psuffix}
Version: 0.46.2
Version: 0.47.0
Release: 0
Summary: Lightweight ASGI framework/toolkit
License: BSD-3-Clause