From 3a695f2adedcaac17502c2aefe49e5d9c83a5a5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:04:17 +0000 Subject: [PATCH] Update fastapi requirement in /stac_fastapi/types Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.109.0...0.120.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.120.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stac_fastapi/types/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac_fastapi/types/pyproject.toml b/stac_fastapi/types/pyproject.toml index 120539f7..e092591b 100644 --- a/stac_fastapi/types/pyproject.toml +++ b/stac_fastapi/types/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ ] dynamic = ["version"] dependencies = [ - "fastapi>=0.109.0,<0.118.0", + "fastapi>=0.109.0,<0.121.0", "attrs>=23.2.0", "pydantic-settings>=2", "stac_pydantic>=3.3.0,<4.0",