Skip to content

Commit

Permalink
[dagster webserver] pin away bad starlette version (#19374)
Browse files Browse the repository at this point in the history
encode/starlette#2436

`0.36.1` fixed it

resolves #19356

## How I Tested These Changes

bk
  • Loading branch information
alangenfeld committed Jan 26, 2024
1 parent 55ec997 commit 31481dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/dagster-webserver/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_version():
"click>=7.0,<9.0",
f"dagster{pin}",
f"dagster-graphql{pin}",
"starlette",
"starlette!=0.36.0", # avoid bad version https://github.com/encode/starlette/discussions/2436
"uvicorn[standard]",
],
extras_require={
Expand Down

0 comments on commit 31481dd

Please sign in to comment.