From 0cfd23edcad4422d30eae0b24c81ae17d04b87cc Mon Sep 17 00:00:00 2001 From: Deepyaman Datta Date: Wed, 27 Nov 2024 13:17:13 -0700 Subject: [PATCH] build(datasets): add workaround for bad dependency Signed-off-by: Deepyaman Datta --- kedro-datasets/pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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'",