14
0

- Update to 0.110.0:

* Fix unhandled growing memory for internal server errors, refactor
    dependencies with yield and except to require raising again as in
    regular Python.
- Switch to pydantic version 2 by pulling in pydantic-settings.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=66
This commit is contained in:
2024-03-11 03:30:34 +00:00
committed by Git OBS Bridge
parent 5f0f633282
commit 648ab7e202
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 11 03:28:17 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.110.0:
* Fix unhandled growing memory for internal server errors, refactor
dependencies with yield and except to require raising again as in
regular Python.
- Switch to pydantic version 2 by pulling in pydantic-settings.
-------------------------------------------------------------------
Tue Feb 6 14:19:32 UTC 2024 - Dirk Müller <dmueller@suse.com>