Skip to content

Commit 97bfef3

Browse files
committed
update stac-fastapi internal dependencies
1 parent 1f686b2 commit 97bfef3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

stac_fastapi/api/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
install_requires = [
99
"brotli_asgi",
10-
"stac-fastapi.types~=3.0",
10+
"stac-fastapi.types~=3.1",
1111
]
1212

1313
extra_reqs = {

stac_fastapi/extensions/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
desc = f.read()
88

99
install_requires = [
10-
"stac-fastapi.types~=3.0",
11-
"stac-fastapi.api~=3.0",
10+
"stac-fastapi.types~=3.1",
11+
"stac-fastapi.api~=3.1",
1212
]
1313

1414
extra_reqs = {

0 commit comments

Comments
 (0)