Skip to content

Commit

Permalink
Chore(deps): Update pydantic[dotenv] requirement in /stac_fastapi/api
Browse files Browse the repository at this point in the history
Updates the requirements on [pydantic[dotenv]](https://github.com/pydantic/pydantic) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v0.0.2...v2.3.0)

---
updated-dependencies:
- dependency-name: pydantic[dotenv]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent ded2283 commit 3f763cc
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 @@ -7,7 +7,7 @@

install_requires = [
"attrs",
"pydantic[dotenv]<2",
"pydantic[dotenv]<3",
"stac_pydantic==2.0.*",
"brotli_asgi",
"stac-fastapi.types",
Expand Down

0 comments on commit 3f763cc

Please sign in to comment.