Skip to content

Commit

Permalink
Merge pull request #194 from stac-utils/core_v2
Browse files Browse the repository at this point in the history
core dependency to v2.0.0
  • Loading branch information
jonhealy1 authored Feb 18, 2024
2 parents c512a8c + 20a7019 commit 86885c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stac_fastapi/elasticsearch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
desc = f.read()

install_requires = [
"stac-fastapi.core==0.1.0",
"stac-fastapi.core==2.0.0",
"elasticsearch[async]==8.11.0",
"elasticsearch-dsl==8.11.0",
"uvicorn",
Expand Down
2 changes: 1 addition & 1 deletion stac_fastapi/opensearch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
desc = f.read()

install_requires = [
"stac-fastapi.core==0.1.0",
"stac-fastapi.core==2.0.0",
"opensearch-py==2.4.2",
"opensearch-py[async]==2.4.2",
"uvicorn",
Expand Down

0 comments on commit 86885c0

Please sign in to comment.