diff --git a/fastapi-0.96.0.tar.gz b/fastapi-0.96.0.tar.gz deleted file mode 100644 index cec2ede..0000000 --- a/fastapi-0.96.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71232d47c2787446991c81c41c249f8a16238d52d779c0e6b43927d3773dbe3c -size 10323730 diff --git a/fastapi-0.96.1.tar.gz b/fastapi-0.96.1.tar.gz new file mode 100644 index 0000000..dd247ab --- /dev/null +++ b/fastapi-0.96.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1d243030e63089ccfc0aec69c2da6d619943917727e8e82ee502358d5119bf +size 10341243 diff --git a/python-fastapi.changes b/python-fastapi.changes index 56524f8..d0b7c62 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jun 11 11:52:48 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-fastapi.spec b/python-fastapi.spec index 078c262..566943a 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -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