From 6814657a844c0a956fc37df84a195fb3b59273f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:49:14 +0000 Subject: [PATCH] Bump fastapi in /labs/04-deploy-ai/02-frontend-ui/chainlitagent-ui Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.99.1 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.99.1...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../02-frontend-ui/chainlitagent-ui/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/04-deploy-ai/02-frontend-ui/chainlitagent-ui/requirements.txt b/labs/04-deploy-ai/02-frontend-ui/chainlitagent-ui/requirements.txt index b8e6d80..764cc83 100644 --- a/labs/04-deploy-ai/02-frontend-ui/chainlitagent-ui/requirements.txt +++ b/labs/04-deploy-ai/02-frontend-ui/chainlitagent-ui/requirements.txt @@ -1,5 +1,5 @@ chainlit==0.6.402 -fastapi==0.99.1 +fastapi==0.109.1 python-dotenv==1.0.0 asyncio==3.4.3 aiohttp==3.9.0 \ No newline at end of file