From 60d592a26dcf4218fc8476d5f095646064ce75de Mon Sep 17 00:00:00 2001 From: Amir Mofakhar Date: Thu, 10 Oct 2024 11:07:19 +0100 Subject: [PATCH] bump pipelinewise-singer-python --- singer-connectors/tap-mysql/setup.py | 4 +--- singer-connectors/target-postgres/setup.py | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/singer-connectors/tap-mysql/setup.py b/singer-connectors/tap-mysql/setup.py index f640a72c9..11b60930b 100644 --- a/singer-connectors/tap-mysql/setup.py +++ b/singer-connectors/tap-mysql/setup.py @@ -19,12 +19,10 @@ py_modules=['tap_mysql'], install_requires=[ 'pendulum==2.1.2', - 'pipelinewise-singer-python==1.*', + 'pipelinewise-singer-python==2.*', 'mysql-replication==0.43', 'PyMySQL==1.1.*', 'plpygis==0.2.1', - 'tzlocal==5.2', - 'pytz==2024.2' ], extras_require={ 'test': [ diff --git a/singer-connectors/target-postgres/setup.py b/singer-connectors/target-postgres/setup.py index 34a2573cd..d5948b88c 100644 --- a/singer-connectors/target-postgres/setup.py +++ b/singer-connectors/target-postgres/setup.py @@ -18,11 +18,10 @@ ], py_modules=["target_postgres"], install_requires=[ - 'pipelinewise-singer-python==1.*', + 'pipelinewise-singer-python==2.*', 'psycopg2-binary==2.9.5', 'inflection==0.3.1', 'joblib==1.2.0', - 'pytz==2024.2' ], extras_require={ "test": [