From dbbbe3bb780838ac5b4d8b95e2d882294c448dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 20:35:42 +0000 Subject: [PATCH] chore(deps): update starlette-context requirement Updates the requirements on [starlette-context](https://github.com/tomwojcik/starlette-context) to permit the latest version. - [Release notes](https://github.com/tomwojcik/starlette-context/releases) - [Commits](https://github.com/tomwojcik/starlette-context/compare/v0.3.6...v0.4.0) --- updated-dependencies: - dependency-name: starlette-context dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9983ef777..0517efd7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ server = [ "fastapi>=0.100.0", "pydantic-settings>=2.0.1", "sse-starlette>=1.6.1", - "starlette-context>=0.3.6,<0.4", + "starlette-context>=0.3.6,<0.5", "PyYAML>=5.1", ] test = [ @@ -43,7 +43,7 @@ test = [ "scipy>=1.10", "fastapi>=0.100.0", "sse-starlette>=1.6.1", - "starlette-context>=0.3.6,<0.4", + "starlette-context>=0.3.6,<0.5", "pydantic-settings>=2.0.1", "huggingface-hub>=0.23.0" ]