Skip to content

Commit c73bc94

Browse files
authored
⬆️ Add support for Starlette 1.0.0+ (#14987)
1 parent 6c68838 commit c73bc94

2 files changed

Lines changed: 37 additions & 27 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ classifiers = [
4242
"Topic :: Internet :: WWW/HTTP",
4343
]
4444
dependencies = [
45-
"starlette>=0.40.0,<1.0.0",
45+
"starlette>=0.40.0",
4646
"pydantic>=2.7.0",
4747
"typing-extensions>=4.8.0",
4848
"typing-inspection>=0.4.2",

uv.lock

Lines changed: 36 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)