diff --git a/shortfin/pyproject.toml b/shortfin/pyproject.toml index eb54c835b..47cde6775 100644 --- a/shortfin/pyproject.toml +++ b/shortfin/pyproject.toml @@ -4,6 +4,7 @@ requires = [ "setuptools>=61.0", "wheel", "ninja", + 'typing-extensions ; python_version == "3.10" ', ] build-backend = "setuptools.build_meta"