From d79e2b4f06718d860b59af2897b7312ebed48a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 15:48:07 +0000 Subject: [PATCH] Bump fastapi from 0.65.2 to 0.109.1 in /Chapter4 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] --- Chapter4/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter4/requirements.txt b/Chapter4/requirements.txt index e444eaf..98378a5 100644 --- a/Chapter4/requirements.txt +++ b/Chapter4/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