diff --git a/fastapi-0.91.0.tar.gz b/fastapi-0.91.0.tar.gz deleted file mode 100644 index ef95a7c..0000000 --- a/fastapi-0.91.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff2fa93af3f2f982b07b5f96e8512565b3ef0e5f8f02469dbfd6bc27f6fd9a9e -size 9741123 diff --git a/fastapi-0.92.0.tar.gz b/fastapi-0.92.0.tar.gz new file mode 100644 index 0000000..338c7a5 --- /dev/null +++ b/fastapi-0.92.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023a0f5bd2c8b2609014d3bba1e14a1d7df96c6abea0a73070621c9862b9a4de +size 9741200 diff --git a/python-fastapi.changes b/python-fastapi.changes index 83f2571..d2de4d4 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Feb 16 16:19:51 UTC 2023 - David Anes + +- Update to 0.92.0: + * Upgrades + - Upgrade Starlette to 0.25.0. This solves a vulnerability that + could allow denial of service attacks by using many small + multipart fields/files (parts), consuming high CPU and memory. + Only applications using forms (e.g. file uploads) could be + affected. For most cases, upgrading won't have any breaking + changes. + ------------------------------------------------------------------- Fri Feb 10 18:09:02 UTC 2023 - David Anes diff --git a/python-fastapi.spec b/python-fastapi.spec index 31d3995..154c5fd 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.91.0 +Version: 0.92.0 Release: 0 Summary: FastAPI framework License: MIT