Skip to content

Commit

Permalink
Chore(deps): Update stac-pydantic requirement in /stac_fastapi/api
Browse files Browse the repository at this point in the history
Updates the requirements on [stac-pydantic](https://github.com/stac-utils/stac-pydantic) to permit the latest version.
- [Release notes](https://github.com/stac-utils/stac-pydantic/releases)
- [Changelog](https://github.com/stac-utils/stac-pydantic/blob/main/CHANGELOG.txt)
- [Commits](stac-utils/stac-pydantic@2.0.0...3.0.0)

---
updated-dependencies:
- dependency-name: stac-pydantic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 3b5b093 commit 54f853c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_fastapi/api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
install_requires = [
"attrs",
"pydantic[dotenv]<2",
"stac_pydantic==2.0.*",
"stac_pydantic>=2.0,<3.1",
"brotli_asgi",
"stac-fastapi.types",
]
Expand Down

0 comments on commit 54f853c

Please sign in to comment.