From cd4e4dba592d16f59aeb08232a25a1e5a1289cf2 Mon Sep 17 00:00:00 2001 From: Yordan Ivanov Date: Wed, 23 Aug 2023 11:16:14 +0300 Subject: [PATCH] Update Snowflake driver --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b07bdbe1..f2a627f5 100644 --- a/setup.py +++ b/setup.py @@ -18,12 +18,14 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', ], py_modules=["target_snowflake"], python_requires='>=3.7', install_requires=[ 'pipelinewise-singer-python==1.*', - 'snowflake-connector-python[pandas]==2.7.*', + 'snowflake-connector-python[pandas]==3.1.*', 'inflection==0.5.1', 'joblib==1.2.0', 'boto3==1.23.10',