From 1e33d07844dc8f17fd2e4e6e1ba585833c900b23 Mon Sep 17 00:00:00 2001 From: Deepyaman Datta Date: Thu, 28 Nov 2024 09:14:20 -0600 Subject: [PATCH] build(datasets): add workaround for bad dependency (#949) 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'",