Skip to content

Commit a36b42f

Browse files
Update fastapi requirement from <0.99.0,>=0.75.2 to >=0.75.2,<0.116.0 (#1966)
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.75.2...0.115.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 693924b commit a36b42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ requires-python = ">=3.8"
2222
dependencies = [
2323
# intentionally loose. perhaps these should be vendored to not collide with user code?
2424
"attrs>=20.1,<24",
25-
"fastapi>=0.75.2,<0.111.0",
25+
"fastapi>=0.75.2,<0.116.0",
2626
"pydantic>=1.9,<3",
2727
"PyYAML",
2828
"requests>=2,<3",

0 commit comments

Comments
 (0)