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:
commit
07a669cc15
@ -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
3
fastapi-0.96.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c1d243030e63089ccfc0aec69c2da6d619943917727e8e82ee502358d5119bf
|
||||||
|
size 10341243
|
@ -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>
|
Mon Jun 5 13:26:32 UTC 2023 - David Anes <david.anes@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# Keep extra test requirements out of Ring1
|
# Keep extra test requirements out of Ring1
|
||||||
%bcond_with ringdisabled
|
%bcond_with ringdisabled
|
||||||
Name: python-fastapi
|
Name: python-fastapi
|
||||||
Version: 0.96.0
|
Version: 0.96.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: FastAPI framework
|
Summary: FastAPI framework
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user