Update fastapi requirement from <0.119,>=0.110 to >=0.110,<0.120

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.110.0...0.119.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.119.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-13 18:26:43 +00:00
committed by GitHub
parent 8ccb8ee69d
commit 8233788011
+1 -1
View File
@@ -8,7 +8,7 @@ authors = [
]
dependencies = [
"crawlerdetect>=0.1.7,<0.4",
"fastapi>=0.110,<0.119",
"fastapi>=0.110,<0.120",
"gitignore-parser>=0.1.11,<0.2",
"identity-containers>=1.0.2,<2.0",
"imy[docstrings,deprecations]>=0.7.1,<0.8",