Skip to content

Commit dbbbe3b

Browse files
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](tomwojcik/starlette-context@v0.3.6...v0.4.0) --- updated-dependencies: - dependency-name: starlette-context dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 710e19a commit dbbbe3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ server = [
3434
"fastapi>=0.100.0",
3535
"pydantic-settings>=2.0.1",
3636
"sse-starlette>=1.6.1",
37-
"starlette-context>=0.3.6,<0.4",
37+
"starlette-context>=0.3.6,<0.5",
3838
"PyYAML>=5.1",
3939
]
4040
test = [
@@ -43,7 +43,7 @@ test = [
4343
"scipy>=1.10",
4444
"fastapi>=0.100.0",
4545
"sse-starlette>=1.6.1",
46-
"starlette-context>=0.3.6,<0.4",
46+
"starlette-context>=0.3.6,<0.5",
4747
"pydantic-settings>=2.0.1",
4848
"huggingface-hub>=0.23.0"
4949
]

0 commit comments

Comments
 (0)