Skip to content

Commit 4f42f2b

Browse files
authored
Merge pull request #41 from trustyai-explainability/dependabot/pip/fastapi-gte-0.115.9-and-lt-0.117
chore(deps): update fastapi requirement from <0.116,>=0.115.9 to >=0.115.9,<0.117
2 parents 2b21a49 + ebce93d commit 4f42f2b

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)