14
0

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

- update to 0.103.2
 * support Pydantic2 2.4

OBS-URL: https://build.opensuse.org/request/show/1114615
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=51
This commit is contained in:
2023-10-01 15:36:21 +00:00
committed by Git OBS Bridge
parent ad0ebf3f6e
commit 4f735f7c94
4 changed files with 11 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
# Keep extra test requirements out of Ring1
%bcond_with ringdisabled
Name: python-fastapi
Version: 0.103.1
Version: 0.103.2
Release: 0
Summary: FastAPI framework
License: MIT
@@ -44,7 +44,7 @@ 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}
BuildRequires: %{python_module sqlalchemy < 2.0}
BuildRequires: %{python_module trio}
%if !%{with ringdisabled}
BuildRequires: %{python_module aiosqlite}