Skip to content

Commit ebce93d

Browse files
chore(deps): update fastapi requirement
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.115.9...0.116.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.116.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 150cf01 commit ebce93d

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
@@ -6,7 +6,7 @@ authors = [{ name = "Rui Vieira" }, { name = "TrustyAI team" }]
66
requires-python = "~=3.11"
77
readme = "README.md"
88
dependencies = [
9-
"fastapi>=0.115.9,<0.116",
9+
"fastapi>=0.115.9,<0.117",
1010
"pandas>=2.2.3,<3",
1111
"prometheus-client>=0.21.1,<0.23",
1212
"pydantic>=2.4.2,<3",

0 commit comments

Comments
 (0)