diff --git a/setup.py b/setup.py index 361fb2e..0925bf0 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ ], py_modules=['tap_snowflake'], install_requires=[ - 'pipelinewise-singer-python==1.*', + 'pipelinewise-singer-python>=1,<3', 'snowflake-connector-python[pandas]==2.7.*', 'pendulum==1.2.0' ],