Skip to content

Commit

Permalink
bump pipelinewise-singer-python
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar committed Oct 10, 2024
1 parent 337ba98 commit 60d592a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions singer-connectors/tap-mysql/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down
3 changes: 1 addition & 2 deletions singer-connectors/target-postgres/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 60d592a

Please sign in to comment.