14
0

- update to 0.24.0.post1:

* Revert mkdocs-material from 9.1.21 to 9.2.6 (#2148) 05/11/23
  * Support Python 3.12 (#2145) 04/11/23
  * Allow setting `app` via environment variable `UVICORN_APP`
    (#2106) 21/09/23

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvicorn?expand=0&rev=28
This commit is contained in:
2023-11-26 10:55:01 +00:00
committed by Git OBS Bridge
parent 49ab154b2b
commit cc1551fdfb
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Nov 26 10:43:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.24.0.post1:
* Revert mkdocs-material from 9.1.21 to 9.2.6 (#2148) 05/11/23
* Support Python 3.12 (#2145) 04/11/23
* Allow setting `app` via environment variable `UVICORN_APP`
(#2106) 21/09/23
-------------------------------------------------------------------
Tue Sep 26 14:13:34 UTC 2023 - Dirk Müller <dmueller@suse.com>