Skip to content

Commit 0fa2c85

Browse files
Update iso8601 requirement in /stac_fastapi/types (#570)
Updates the requirements on [iso8601](https://github.com/micktwomey/pyiso8601) to permit the latest version. - [Release notes](https://github.com/micktwomey/pyiso8601/releases) - [Commits](micktwomey/pyiso8601@1.0.2...1.1.0) --- updated-dependencies: - dependency-name: iso8601 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bbec40 commit 0fa2c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/types/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"pydantic[dotenv]",
1212
"stac_pydantic==2.0.*",
1313
"pystac==1.*",
14-
"iso8601~=1.0.2",
14+
"iso8601>=1.0.2,<1.2.0",
1515
]
1616

1717
extra_reqs = {

0 commit comments

Comments
 (0)