Skip to content

Commit fd3477f

Browse files
Update pipelinewise-singer-python requirement from ==1.* to >=1,<3
Updates the requirements on [pipelinewise-singer-python](https://github.com/transferwise/pipelinewise-singer-python) to permit the latest version. - [Release notes](https://github.com/transferwise/pipelinewise-singer-python/releases) - [Changelog](https://github.com/transferwise/pipelinewise-singer-python/blob/master/CHANGELOG.md) - [Commits](transferwise/pipelinewise-singer-python@v1.0.0...v2.0.1) --- updated-dependencies: - dependency-name: pipelinewise-singer-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b6996b0 commit fd3477f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
py_modules=['tap_mongodb'],
2121
install_requires=[
22-
'pipelinewise-singer-python==1.*',
22+
'pipelinewise-singer-python>=1,<3',
2323
'pymongo==4.3.*',
2424
'tzlocal==2.1.*',
2525
'terminaltables==3.1.*',

0 commit comments

Comments
 (0)