Skip to content

Commit

Permalink
Chore(deps): Update stac-pydantic requirement in /stac_fastapi/types
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 3b5b093 commit f7ce5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_fastapi/types/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"fastapi>=0.73.0",
"attrs",
"pydantic[dotenv]<2",
"stac_pydantic==2.0.*",
"stac_pydantic>=2.0,<3.1",
"pystac==1.*",
"iso8601>=1.0.2,<2.2.0",
]
Expand Down

0 comments on commit f7ce5b8

Please sign in to comment.