From 3f763cc35e7eb24ae55e46adc64eb1723aafb98b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 01:07:28 +0000 Subject: [PATCH] Chore(deps): Update pydantic[dotenv] requirement in /stac_fastapi/api 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/api/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac_fastapi/api/setup.py b/stac_fastapi/api/setup.py index 1e3b8002f..1eb59ed64 100644 --- a/stac_fastapi/api/setup.py +++ b/stac_fastapi/api/setup.py @@ -7,7 +7,7 @@ install_requires = [ "attrs", - "pydantic[dotenv]<2", + "pydantic[dotenv]<3", "stac_pydantic==2.0.*", "brotli_asgi", "stac-fastapi.types",