14
0

Accepting request 1113613 from home:mimi_vx:branches:devel:languages:python

- update to 0.103.1
 * dd support for openapi_examples in all FastAPI parameters. 
 * Refactor tests for new Pydantic 2.2.1
 * Add ResponseValidationError printable details, to show up in server error logs.
 * Replace MultHostUrl to AnyUrl for compatibility with older versions of Pydantic v1.
 * Support for Pydantic v2

OBS-URL: https://build.opensuse.org/request/show/1113613
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=50
This commit is contained in:
2023-09-26 16:49:04 +00:00
committed by Git OBS Bridge
parent 744bdad826
commit ad0ebf3f6e
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Sep 26 07:23:15 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.103.1
* dd support for openapi_examples in all FastAPI parameters.
* Refactor tests for new Pydantic 2.2.1
* Add ResponseValidationError printable details, to show up in server error logs.
* Replace MultHostUrl to AnyUrl for compatibility with older versions of Pydantic v1.
* Support for Pydantic v2
-------------------------------------------------------------------
Sun Jun 25 17:54:32 UTC 2023 - Dirk Müller <dmueller@suse.com>