14
0

Accepting request 1032399 from home:david.anes:branches:devel:languages:python

- Update to 0.85.1
  * Fix support for strings in OpenAPI status codes: default, 1XX, 
    2XX, 3XX, 4XX, 5XX.
  * Docs: Add WayScript x FastAPI Tutorial to External Links section
- Add support for Starlette 0.21.0:
  * Add patch fastapi-support-startlette-0.21.0.patch

OBS-URL: https://build.opensuse.org/request/show/1032399
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=12
This commit is contained in:
2022-10-31 09:48:03 +00:00
committed by Git OBS Bridge
parent 7c85712d36
commit e1e43a5737
5 changed files with 794 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Oct 31 08:45:35 UTC 2022 - David Anes <david.anes@suse.com>
- Update to 0.85.1
* Fix support for strings in OpenAPI status codes: default, 1XX,
2XX, 3XX, 4XX, 5XX.
* Docs: Add WayScript x FastAPI Tutorial to External Links section
- Add support for Starlette 0.21.0:
* Add patch fastapi-support-startlette-0.21.0.patch
-------------------------------------------------------------------
Thu Sep 15 14:24:19 UTC 2022 - Michael Ströder <michael@stroeder.com>