Skip to content

Commit c020469

Browse files
committed
pin stac-fastapi to 5.1.1
1 parent 605533b commit c020469

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stac_fastapi/core/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"attrs>=23.2.0",
1111
"pydantic",
1212
"stac_pydantic==3.1.*",
13-
"stac-fastapi.api>=5.1.0,<6.0",
14-
"stac-fastapi.extensions>=5.1.0,<6.0",
15-
"stac-fastapi.types>=5.1.0,<6.0",
13+
"stac-fastapi.api==5.1.1",
14+
"stac-fastapi.extensions==5.1.1",
15+
"stac-fastapi.types==5.1.1",
1616
"orjson",
1717
"overrides",
1818
"geojson-pydantic",

0 commit comments

Comments
 (0)