Skip to content

Commit 924dbc9

Browse files
Update fastapi requirement from <0.99.0,>=0.75.2 to >=0.75.2,<0.116.0
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]>
1 parent 3adf48b commit 924dbc9

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
@@ -23,7 +23,7 @@ requires-python = ">=3.7"
2323
dependencies = [
2424
# intentionally loose. perhaps these should be vendored to not collide with user code?
2525
"attrs>=20.1,<24",
26-
"fastapi>=0.75.2,<0.99.0",
26+
"fastapi>=0.75.2,<0.116.0",
2727
"pydantic>=1.9,<2",
2828
"PyYAML",
2929
"requests>=2,<3",

0 commit comments

Comments
 (0)