Skip to content

Commit

Permalink
update stac-fastapi internal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jan 17, 2025
1 parent 1f686b2 commit 97bfef3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stac_fastapi/api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

install_requires = [
"brotli_asgi",
"stac-fastapi.types~=3.0",
"stac-fastapi.types~=3.1",
]

extra_reqs = {
Expand Down
4 changes: 2 additions & 2 deletions stac_fastapi/extensions/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
desc = f.read()

install_requires = [
"stac-fastapi.types~=3.0",
"stac-fastapi.api~=3.0",
"stac-fastapi.types~=3.1",
"stac-fastapi.api~=3.1",
]

extra_reqs = {
Expand Down

0 comments on commit 97bfef3

Please sign in to comment.