Update fastapi requirement from <0.111,>=0.110 to >=0.110,<0.116

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.115.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-13 21:34:09 +00:00
committed by GitHub
parent 81d2900b70
commit 4a267f0540
+1 -1
View File
@@ -8,7 +8,7 @@ authors = [
]
dependencies = [
"crawlerdetect>=0.1.7,<0.2",
"fastapi>=0.110,<0.111",
"fastapi>=0.110,<0.116",
"gitignore-parser>=0.1.11,<0.2",
"imy[docstrings,deprecations]>=0.7,<0.8",
"introspection>=1.9.9,<2.0",