Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
[AP-1703] bump pymongo and release 1.4.0 (#119)
Browse files Browse the repository at this point in the history
* bump pymongo and release 1.4.0

* not supporting python 3.6

* added code owner

* added code owner
  • Loading branch information
amofakhar authored May 24, 2024
1 parent 6dbc3ec commit 415a353
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.6, 3.7, 3.8 ]
python-version: [3.7, 3.8 ]

steps:
- name: Checkout repository
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.0
* Bump `pymongo` from `3.12.*` to `4.7.*`


## 1.3.0
* Support connection to MongoAtlas using `mongodb+srv` protocol
* Pin dnspython to `2.1.*`
Expand Down
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Catchall
* @transferwise/analytics-platform
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
long_desc = fh.read()

setup(name='pipelinewise-tap-mongodb',
version='1.3.0',
version='1.4.0',
description='Singer.io tap for extracting data from MongoDB - Pipelinewise compatible',
long_description=long_desc,
long_description_content_type='text/markdown',
Expand All @@ -20,7 +20,7 @@
py_modules=['tap_mongodb'],
install_requires=[
'pipelinewise-singer-python==1.*',
'pymongo==3.12.*',
'pymongo==4.7.*',
'tzlocal==2.1.*',
'terminaltables==3.1.*',
'dnspython==2.1.*',
Expand Down

0 comments on commit 415a353

Please sign in to comment.