17
0

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

- Update to 0.18.1
  ## Bug fixes
  * Ignore formats for other types in unmarshalling process #599
  ## Features
  * More media types supported #622
  * Unmarshalling customizations in middlewares
    (FalconOpenAPIMiddleware, FlaskOpenAPIView,
    FlaskOpenAPIViewDecorator) #623

OBS-URL: https://build.opensuse.org/request/show/1113195
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-core?expand=0&rev=37
This commit is contained in:
2023-09-24 17:22:27 +00:00
committed by Git OBS Bridge
parent 3606806457
commit ec29ca6681
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Sep 23 10:34:22 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.18.1
## Bug fixes
* Ignore formats for other types in unmarshalling process #599
## Features
* More media types supported #622
* Unmarshalling customizations in middlewares
(FalconOpenAPIMiddleware, FlaskOpenAPIView,
FlaskOpenAPIViewDecorator) #623
-------------------------------------------------------------------
Sat Jul 29 22:02:15 UTC 2023 - Ben Greiner <code@bnavigator.de>