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": [