From 417631dfce6f237c10cdf1e163759ee30742cc4a Mon Sep 17 00:00:00 2001 From: Amir Mofakhar Date: Tue, 28 May 2024 12:11:46 +0100 Subject: [PATCH] release 0.61.0 --- CHANGELOG.md | 4 ++++ setup.py | 4 ++-- singer-connectors/tap-mongodb/requirements.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be957fc4a..b3b378a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.61.0 (2024-05-28) +------------------- +- Bump `pipelinewise-tap-mongodb`from `1.3.0` to `1.4.0` + 0.60.0 (2024-05-10) ------------------- - Bump `pipelinewise-tap-mysql`from `1.5.6` to `1.6.0` diff --git a/setup.py b/setup.py index 517ddcbd7..930a27e08 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='>=3.7,<3.10', - version='0.60.0', + version='0.60.1', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', @@ -33,7 +33,7 @@ 'google-cloud-bigquery==3.11.1', 'pipelinewise-singer-python==1.*', 'python-pidfile==3.0.0', - 'pymongo==3.12.3', + 'pymongo==4.7.*', 'tzlocal>=2.0,<4.1', 'slackclient==2.9.4', 'sqlparse==0.4.4', diff --git a/singer-connectors/tap-mongodb/requirements.txt b/singer-connectors/tap-mongodb/requirements.txt index 162130640..8ce903d9d 100644 --- a/singer-connectors/tap-mongodb/requirements.txt +++ b/singer-connectors/tap-mongodb/requirements.txt @@ -1 +1 @@ -pipelinewise-tap-mongodb==1.3.0 \ No newline at end of file +pipelinewise-tap-mongodb==1.4.0 \ No newline at end of file