Skip to content

Commit 3a695f2

Browse files
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](fastapi/fastapi@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] <[email protected]>
1 parent 9fcd92e commit 3a695f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/types/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
]
3333
dynamic = ["version"]
3434
dependencies = [
35-
"fastapi>=0.109.0,<0.118.0",
35+
"fastapi>=0.109.0,<0.121.0",
3636
"attrs>=23.2.0",
3737
"pydantic-settings>=2",
3838
"stac_pydantic>=3.3.0,<4.0",

0 commit comments

Comments
 (0)