diff --git a/kedro-datasets/pyproject.toml b/kedro-datasets/pyproject.toml index 211f74406..da7f1b6ea 100644 --- a/kedro-datasets/pyproject.toml +++ b/kedro-datasets/pyproject.toml @@ -255,6 +255,7 @@ test = [ "scikit-learn>=1.0.2,<2", "scipy>=1.7.3", "packaging", + "pyOpenSSL>=22.1.0", # Workaround for incorrect pin in the snowflake-connector-python package; see https://github.com/snowflakedb/snowflake-connector-python/issues/2109 "SQLAlchemy>=1.2", "tables>=3.6", "tensorflow-macos~=2.0; platform_system == 'Darwin' and platform_machine == 'arm64'",