Skip to content

Commit 76bf285

Browse files
dependabot[bot]tempusfrangit
authored andcommitted
Update fastapi requirement from <0.116.0,>=0.100 to >=0.100,<0.119.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.100.0...0.118.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.118.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f443413 commit 76bf285

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

0 commit comments

Comments
 (0)