From cb89ad6434600ee3be83b8deff9665044299334d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 10:56:36 +0000 Subject: [PATCH] Update fastapi requirement from ~=0.103.2 to ~=0.104.0 in /code/function Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.103.2...0.104.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/function/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/function/requirements.txt b/code/function/requirements.txt index 163ff82..53e6c81 100644 --- a/code/function/requirements.txt +++ b/code/function/requirements.txt @@ -4,7 +4,7 @@ # azure-identity~=1.13.0 azure-functions~=1.17.0 -fastapi~=0.103.2 +fastapi~=0.104.0 pydantic-settings~=2.0.3 aiohttp~=3.8.6 opentelemetry-instrumentation-fastapi==0.41b0