would it be possible to update the version contraints in the pyproject.toml to ``` python = ">=3.6.2,<3.11" pymysql = "^1.0.2" kedro = ">=0.18.4" ``` Because now i have to revert to python 3.8 to even try the plugin. (we're on python 3.10)