Skip to content

Commit 95dc555

Browse files
chore: fix starlette dependency configuration
1 parent cacb00b commit 95dc555

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements/adapter.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ tracerite<1.1.2; python_version<="3.8" # older versions of python are not compa
2323
sanic>=21,<24; python_version<="3.8"
2424
sanic>=21,<26; python_version>"3.8"
2525

26-
starlette>=0.49.3,<1
26+
starlette>=0.19.1,<0.45; python_version<"3.9"
27+
starlette>=0.49.3,<1; python_version>="3.9"
2728
tornado>=6,<7
2829
uvicorn<1 # The oldest version can vary among Python runtime versions
2930
gunicorn>=20,<24

0 commit comments

Comments
 (0)