diff --git a/pyproject.toml b/pyproject.toml index 1aa9688..63f3b46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ readme = "README.md" license = { text = "BSD-3-Clause" } requires-python = ">=3.7" dependencies = [ - 'flask-restx', + 'flask-restx>=0.1', ] keywords = [ "restx",