diff --git a/pyproject.toml b/pyproject.toml index d24e1bc..329bc09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{ name = "Rui Vieira" }, { name = "TrustyAI team" }] requires-python = "~=3.11" readme = "README.md" dependencies = [ - "fastapi>=0.115.9,<0.117", + "fastapi>=0.115.9,<0.121", "fastapi-utils>=0.8.0", "typing-inspect==0.9.0", "pandas>=2.2.3,<3",