From b31589eeeae7bc3f221a46213259ba24ef35593a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:17:10 +0000 Subject: [PATCH] Update starlette requirement in /app in the pip group across 1 directory Updates the requirements on [starlette](https://github.com/encode/starlette) to permit the latest version. Updates `starlette` to 0.38.2 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.14.2...0.38.2) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 0c4a2904c..acc16b219 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -7,6 +7,6 @@ tiktoken>=0.3.3,<0.8.0 graphrag>=0.3.2,<0.4.0 lancedb>=0.11.0,<0.12.0 python-dotenv>=0.19.0,<1.1.0 -starlette>=0.14.2,<0.35.0 +starlette>=0.14.2,<0.39.0 requests>=2.26.0,<3.0.0 numpy>=1.25.2,<2.0.0 \ No newline at end of file