Commit 6d538d1
authored
build: temporarily pin starlette max version (#94)
Starlette introduced a new parameter to `CORSMiddleware` in
[v0.51.0](https://github.com/Kludex/starlette/releases/tag/0.51.0),
which broke positional arguments order in `stac-fastapi` implementation.
Temporarily pin starlette max version to `< 0.51.0` until
stac-utils/stac-fastapi#882 is merged.1 parent 2f24c2d commit 6d538d1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments