Accepting request 1114616 from devel:languages:python

- update to 0.103.2
 * support Pydantic2 2.4 (forwarded request 1114615 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/1114616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastapi?expand=0&rev=23
This commit is contained in:
Ana Guerrero 2023-10-02 18:04:09 +00:00 committed by Git OBS Bridge
commit 686417e0a6
4 changed files with 22 additions and 5 deletions

3
fastapi-0.103.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75a11f6bfb8fc4d2bec0bd710c2d5f2829659c0e8c0afd5560fdda6ce25ec653
size 11231158

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d3c18886f652038262b5898fec6b09f4ca92ee23e9d9b1d1d24e429f84bf27b
size 10373634

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Oct 1 15:35:20 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.103.2
* support Pydantic2 2.4
-------------------------------------------------------------------
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>

View File

@ -19,7 +19,7 @@
# Keep extra test requirements out of Ring1
%bcond_with ringdisabled
Name: python-fastapi
Version: 0.98.0
Version: 0.103.2
Release: 0
Summary: FastAPI framework
License: MIT
@ -41,9 +41,10 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module Flask >= 1.1.2}
BuildRequires: %{python_module PyYAML >= 5.3.1}
BuildRequires: %{python_module anyio >= 3.2.1}
BuildRequires: %{python_module dirty-equals}
BuildRequires: %{python_module httpx >= 0.23.0}
BuildRequires: %{python_module python-multipart >= 0.0.5}
BuildRequires: %{python_module sqlalchemy >= 1.3.18 with %python-sqlalchemy < 2.0}
BuildRequires: %{python_module sqlalchemy < 2.0}
BuildRequires: %{python_module trio}
%if !%{with ringdisabled}
BuildRequires: %{python_module aiosqlite}