diff --git a/fastapi-0.109.1.tar.gz b/fastapi-0.109.1.tar.gz deleted file mode 100644 index 1bff80d..0000000 --- a/fastapi-0.109.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5402389843a3561918634eb327e86b9ae98645a9e7696bede9074449c48d610a -size 11720487 diff --git a/fastapi-0.110.0.tar.gz b/fastapi-0.110.0.tar.gz new file mode 100644 index 0000000..d706425 --- /dev/null +++ b/fastapi-0.110.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266775f0dcc95af9d3ef39bad55cff525329a931d5fd51930aadd4f428bf7ff3 +size 11739266 diff --git a/python-fastapi.changes b/python-fastapi.changes index fd0c327..c9d3b2e 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 11 03:28:17 UTC 2024 - Steve Kowalik + +- 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 diff --git a/python-fastapi.spec b/python-fastapi.spec index 22c36ca..5b9aaf2 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -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