Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ dynamic = ["version"]
dependencies = [
"attrs",
"orjson",
"pydantic",
"pydantic>=2.4,<3.0",
"pydantic-settings>=2.7,<3.0",
"stac-fastapi-api>=6.1,<7.0",
"stac-fastapi-extensions>=6.1,<7.0",
"stac-fastapi-types>=6.1,<7.0",
Expand Down
Loading
Loading