Skip to content

Commit df7a616

Browse files
authored
Merge pull request #56 from trustyai-explainability/dependabot/pip/fastapi-gte-0.115.9-and-lt-0.120
chore(deps): update fastapi requirement from <0.119,>=0.115.9 to >=0.115.9,<0.120
2 parents 109725e + fd7c6a0 commit df7a616

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)