Skip to content

Commit fe33778

Browse files
build(deps): update fastapi requirement from ^0.111.0 to ^0.112.0 (#172)
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.111.0...0.112.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 94b1944 commit fe33778

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
@@ -9,7 +9,7 @@ license = "MIT"
99

1010
[tool.poetry.dependencies]
1111
python = "^3.9"
12-
fastapi = "^0.111.0"
12+
fastapi = "^0.112.0"
1313
pydantic = "^2.0.3"
1414
python-multipart = "^0.0.9"
1515
uvicorn = "^0.30.0"

0 commit comments

Comments
 (0)