diff --git a/pyproject.toml b/pyproject.toml index 7fe506b..d1eb559 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ {name = "Evid AI", email = "support@evidai.com"} ] dependencies = [ - "fastapi>=0.104.0", + "fastapi>=0.128.8", "pydantic>=2.0.0", "httpx>=0.24.0", "websockets>=11.0", @@ -24,7 +24,7 @@ dependencies = [ [project.optional-dependencies] api = [ "uvicorn>=0.23.0", - "fastapi>=0.104.0", + "fastapi>=0.128.8", ] dashboard = [ "httpx>=0.24.0",