From 2253c5b9ea9a78f20a1e9337e3d5aba3ce6fac25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:20:06 +0530 Subject: [PATCH] build(deps): bump fastapi from 0.81.0 to 0.109.1 in /llm-example (#44) * build(deps): bump fastapi from 0.81.0 to 0.109.1 in /llm-example Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.81.0 to 0.109.1. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.81.0...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update requirements.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chirag Jain --- llm-example/requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/llm-example/requirements.txt b/llm-example/requirements.txt index e3484fe..37eec94 100644 --- a/llm-example/requirements.txt +++ b/llm-example/requirements.txt @@ -1,6 +1,7 @@ -fastapi==0.81.0 +fastapi==0.114.0 joblib==1.3.2 pandas==2.1.0 -requests==2.32.2 +requests==2.32.3 scikit-learn==1.5.0 -uvicorn==0.18.3 +uvicorn==0.30.6 +numpy==1.26.4