From 66c5a258d180ba00a0b10d5be8320db2dec379dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 04:39:38 +0000 Subject: [PATCH] chore(deps): update stac-fastapi-types requirement Updates the requirements on [stac-fastapi-types](https://github.com/stac-utils/stac-fastapi) to permit the latest version. - [Release notes](https://github.com/stac-utils/stac-fastapi/releases) - [Changelog](https://github.com/stac-utils/stac-fastapi/blob/main/CHANGES.md) - [Commits](https://github.com/stac-utils/stac-fastapi/compare/2.4.9...2.5.2) --- updated-dependencies: - dependency-name: stac-fastapi-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 568ee5b..d551499 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "orjson", "pydantic[dotenv]>=1.10.8", # https://github.com/pydantic/pydantic/issues/5821 "stac_pydantic==2.0.*", - "stac-fastapi.types~=2.4.9", + "stac-fastapi.types>=2.4.9,<2.6.0", "stac-fastapi.api~=2.4.9", "stac-fastapi.extensions~=2.4.9", "asyncpg",