From 2ecd492e9ba6a25db7fc871955f0de840e0d6d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 00:44:13 +0000 Subject: [PATCH] Chore(deps): Update pydantic[dotenv] requirement in /stac_fastapi/types 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](https://github.com/pydantic/pydantic/compare/v0.0.2...v2.3.0) --- updated-dependencies: - dependency-name: pydantic[dotenv] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stac_fastapi/types/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac_fastapi/types/setup.py b/stac_fastapi/types/setup.py index 1896bbd88..49fafc4fb 100644 --- a/stac_fastapi/types/setup.py +++ b/stac_fastapi/types/setup.py @@ -8,7 +8,7 @@ install_requires = [ "fastapi>=0.73.0", "attrs", - "pydantic[dotenv]<2", + "pydantic[dotenv]<3", "stac_pydantic==2.0.*", "pystac==1.*", "iso8601>=1.0.2,<2.1.0",