Skip to content

Commit 0e00cc5

Browse files
chore(deps): update stac-pydantic requirement in the all group
Updates the requirements on [stac-pydantic](https://github.com/stac-utils/stac-pydantic) to permit the latest version. Updates `stac-pydantic` to 3.2.0 - [Release notes](https://github.com/stac-utils/stac-pydantic/releases) - [Changelog](https://github.com/stac-utils/stac-pydantic/blob/main/CHANGELOG.md) - [Commits](stac-utils/stac-pydantic@3.1.0...3.2.0) --- updated-dependencies: - dependency-name: stac-pydantic dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a34c90 commit 0e00cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"attrs",
1010
"orjson",
1111
"pydantic",
12-
"stac_pydantic==3.1.*",
12+
"stac_pydantic>=3.1,<3.3",
1313
"stac-fastapi.api>=5.1,<6.0",
1414
"stac-fastapi.extensions>=5.1,<6.0",
1515
"stac-fastapi.types>=5.1,<6.0",

0 commit comments

Comments
 (0)