diff --git a/fastapi-0.94.1.tar.gz b/fastapi-0.94.1.tar.gz deleted file mode 100644 index 65b04bc..0000000 --- a/fastapi-0.94.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a75936dbf9eb74be5eb0d41a793adefe9f3fc6ba66dbdabd160120fd3c2d9cd -size 9752610 diff --git a/fastapi-0.95.0.tar.gz b/fastapi-0.95.0.tar.gz new file mode 100644 index 0000000..ce6b93a --- /dev/null +++ b/fastapi-0.95.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d4fdb10e9dd9a24027ac1d0bd4b56702652056ca17a6c8721eec4ad2f14e18 +size 9778574 diff --git a/python-fastapi.changes b/python-fastapi.changes index 4d23043..af8ac8c 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Mar 20 11:52:11 UTC 2023 - David Anes + +- Update to 0.95.0: + * Highlights + - This release adds support for dependencies and parameters + using Annotated and recommends its usage. + * Features + - Add support for PEP-593 Annotated for specifying dependencies + and parameters. PR #4871 by @nzig. + * Docs + - Tweak tip recommending Annotated in docs. + PR #9270 by @tiangolo. + - Update order of examples, latest Python version first, and + simplify version tab names. PR #9269 by @tiangolo. + - Update all docs to use Annotated as the main recommendation, + with new examples and tests. PR #9268 by @tiangolo. + ------------------------------------------------------------------- Tue Mar 14 09:28:08 UTC 2023 - David Anes diff --git a/python-fastapi.spec b/python-fastapi.spec index 38b34a7..6a8b631 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.94.1 +Version: 0.95.0 Release: 0 Summary: FastAPI framework License: MIT