Accepting request 1092291 from devel:languages:python

- update to 0.96.1:
  * Fix `HTTPException` header type annotations.
  * Fix OpenAPI model fields int validations, `gte` to `ge`.
  * Update minimum version of Pydantic to >=1.7.4.

OBS-URL: https://build.opensuse.org/request/show/1092291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastapi?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2023-06-12 13:24:54 +00:00 committed by Git OBS Bridge
commit 07a669cc15
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jun 11 11:52:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.96.1:
* Fix `HTTPException` header type annotations.
* Fix OpenAPI model fields int validations, `gte` to `ge`.
* Update minimum version of Pydantic to >=1.7.4.
-------------------------------------------------------------------
Mon Jun 5 13:26:32 UTC 2023 - David Anes <david.anes@suse.com>

View File

@ -19,7 +19,7 @@
# Keep extra test requirements out of Ring1
%bcond_with ringdisabled
Name: python-fastapi
Version: 0.96.0
Version: 0.96.1
Release: 0
Summary: FastAPI framework
License: MIT