From 44038b224e8a9b96845aa28b0aaeddd5418dc33f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:33:15 -0400 Subject: [PATCH] Update fastapi requirement from ~=0.112.1 to ~=0.112.2 (#98) Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.112.1...0.112.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 76bf6d4..072fa29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi~=0.112.1 +fastapi~=0.112.2 pydantic>=2.7.0,<3.0.0 pydantic-settings~=2.4.0 jinja2~=3.1.4