From 05d594f3cfc6b81ed1b1238f8ccfc0c245f03b18 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 5 Aug 2023 20:13:30 +1000 Subject: [PATCH] Upgrade FastAPI version to 0.101.0 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 13ac8c42..f50442c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=61.0"] +requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] diff --git a/requirements.txt b/requirements.txt index f4dd14d0..defbfce9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ uvicorn==0.22.0 # v0.22.0 is the last to support Python 3.7 -fastapi==0.100.1 +fastapi==0.101.0 python-multipart==0.0.6 websockets==11.0.3 aiohttp>=3.8.5,<3.9