forked from pool/python-fastapi
- Update to 0.114.2:
* Fix form field regression with alias. * Improve performance in request body parsing with a cache for internal model fields. * Add support for Pydantic models in Form parameters. * Fix allow_inf_nan option for Param and Body classes. * Ensure that app.include_router merges nested lifespans. * Allow Starlette 0.38.x, update the pin to >=0.37.2,<0.39.0 - Drop patch allow-starlette-0.38.patch, included upstream. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=75
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 05:44:35 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 0.114.2:
|
||||
* Fix form field regression with alias.
|
||||
* Improve performance in request body parsing with a cache for internal
|
||||
model fields.
|
||||
* Add support for Pydantic models in Form parameters.
|
||||
* Fix allow_inf_nan option for Param and Body classes.
|
||||
* Ensure that app.include_router merges nested lifespans.
|
||||
* Allow Starlette 0.38.x, update the pin to >=0.37.2,<0.39.0
|
||||
- Drop patch allow-starlette-0.38.patch, included upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 14 02:13:46 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user