Skip to content

Commit da81ecc

Browse files
chore(deps): update starlette requirement from <1,>=0.19.1 to >=0.49.3,<1 (#1493)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <wbergamin@salesforce.com> Co-authored-by: William Bergamin <wbergamin@slack-corp.com>
1 parent f3eeefe commit da81ecc

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.19.1,<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)