Skip to content

Commit a2d9b82

Browse files
dependabot[bot]KarolJagodzinski
authored andcommitted
Update starlette requirement from <1.0,>0.17 to >0.17,<2.0
Updates the requirements on [starlette](https://github.com/Kludex/starlette) to permit the latest version. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.17.1...1.0.0) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf51534 commit a2d9b82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ classifiers = [
5151
]
5252
dependencies = [
5353
"graphql-core>=3.2.0",
54-
"starlette>0.17,<1.0",
54+
"starlette>0.17,<2.0",
5555
"typing_extensions>=4.6.0", # TODO: Remove this dependency while droping 3.11 support
5656
]
5757

0 commit comments

Comments
 (0)