14
0

- Update to 0.95.1:

* Fix using Annotated in routers or path operations decorated multiple
    times.
- Add patch remove-classifiers.patch:
  * Remove unknown classifiers.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=35
This commit is contained in:
2023-04-14 04:24:38 +00:00
committed by Git OBS Bridge
parent a8a3e16ea7
commit 2cfb93d68a
5 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Apr 14 04:20:29 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.95.1:
* Fix using Annotated in routers or path operations decorated multiple
times.
- Add patch remove-classifiers.patch:
* Remove unknown classifiers.
-------------------------------------------------------------------
Mon Mar 20 11:52:11 UTC 2023 - David Anes <david.anes@suse.com>