Skip to content

Commit

Permalink
Merge pull request #7 from dbt-labs/bump/singer-python-5.4.x
Browse files Browse the repository at this point in the history
Bump singer-python from <5.2.0 to <5.5.0
  • Loading branch information
epapineau authored Oct 3, 2022
2 parents b7b6659 + 0c9c754 commit 1345d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
import os.path

setup(name='tap-framework',
version='0.1.1',
version='0.1.2',
description='Framework for building Singer.io taps',
author='Fishtown Analytics',
url='http://fishtownanalytics.com',
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_framework'],
install_requires=[
'singer-python>=5.1.0,<5.2.0',
'singer-python>=5.1.0,<5.5.0',
'backoff==1.3.2',
'requests==2.18.4',
'requests-oauthlib==0.8.0',
Expand Down

0 comments on commit 1345d49

Please sign in to comment.