From 774600790c471f8cc59f14582d30d7f3723f5b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 15:45:26 +0000 Subject: [PATCH] Bump fastapi from 0.65.2 to 0.109.1 in /chap-four Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.65.2 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.65.2...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chap-four/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chap-four/requirements.txt b/chap-four/requirements.txt index e444eaf..98378a5 100644 --- a/chap-four/requirements.txt +++ b/chap-four/requirements.txt @@ -1,5 +1,5 @@ # minimal production requirements -fastapi==0.65.2 +fastapi==0.109.1 torch==1.13.1 transformers==4.9.2 uvicorn==0.14.0 \ No newline at end of file