14
0

- update to 0.25.0:

* Support the WebSocket Denial Response ASGI extension (#1916)
  * Allow explicit hidden file paths on `--reload-include`
  * Properly annotate `uvicorn.run()`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvicorn?expand=0&rev=30
This commit is contained in:
2024-01-14 10:56:14 +00:00
committed by Git OBS Bridge
parent cc1551fdfb
commit 711c0c3041
5 changed files with 13 additions and 9 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jan 14 10:55:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.25.0:
* Support the WebSocket Denial Response ASGI extension (#1916)
* Allow explicit hidden file paths on `--reload-include`
* Properly annotate `uvicorn.run()`
-------------------------------------------------------------------
Sun Nov 26 10:43:29 UTC 2023 - Dirk Müller <dmueller@suse.com>