Accepting request 1156813 from devel:languages:python

- 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/request/show/1156813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastapi?expand=0&rev=30
This commit is contained in:
Ana Guerrero 2024-03-14 16:42:13 +00:00 committed by Git OBS Bridge
commit 08e52fecc4
4 changed files with 14 additions and 5 deletions

View File

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

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

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

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>

View File

@ -20,7 +20,7 @@
%bcond_with ringdisabled
%{?sle15_python_module_pythons}
Name: python-fastapi
Version: 0.109.1
Version: 0.110.0
Release: 0
Summary: FastAPI framework
License: MIT
@ -30,7 +30,7 @@ Source: https://files.pythonhosted.org/packages/source/f/fastapi/fastapi
Patch0: remove-classifiers.patch
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pydantic >= 1.8.2}
BuildRequires: %{python_module pydantic-settings >= 2.0.0}
BuildRequires: %{python_module starlette >= 0.35.0 with %python-starlette < 0.36}
BuildRequires: %{python_module typing_extensions >= 4.8.0}
BuildRequires: fdupes