Skip to content

Commit fd7c6a0

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.119.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.119.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5095a7b commit fd7c6a0

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.119",
9+
"fastapi>=0.115.9,<0.120",
1010
"pandas>=2.2.3,<3",
1111
"prometheus-client>=0.21.1,<0.24",
1212
"pydantic>=2.4.2,<3",

0 commit comments

Comments
 (0)