15
0

Accepting request 1138504 from home:bnavigator:branches:devel:languages:python

- Update to 0.35.1
  * Stop using the deprecated "method" parameter in FileResponse
    inside of StaticFiles #2406.
  * Make typing-extensions optional again #2409.
- Update to 0.35.0
  * Add *args to Middleware and improve its type hints #2381.
  * Use Iterable instead Iterator on iterate_in_threadpool #2362.
  * Handle root_path to keep compatibility with mounted ASGI
    applications and WSGI #2400.
  * Turn scope["client"] to None on TestClient #2377.

OBS-URL: https://build.opensuse.org/request/show/1138504
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=45
This commit is contained in:
2024-01-14 15:17:57 +00:00
committed by Git OBS Bridge
parent 381e74524e
commit 3903e45210
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Jan 13 20:43:25 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 0.35.1
* Stop using the deprecated "method" parameter in FileResponse
inside of StaticFiles #2406.
* Make typing-extensions optional again #2409.
- Update to 0.35.0
* Add *args to Middleware and improve its type hints #2381.
* Use Iterable instead Iterator on iterate_in_threadpool #2362.
* Handle root_path to keep compatibility with mounted ASGI
applications and WSGI #2400.
* Turn scope["client"] to None on TestClient #2377.
-------------------------------------------------------------------
Fri Dec 29 10:02:33 UTC 2023 - Dirk Müller <dmueller@suse.com>