Skip to content

Commit

Permalink
Fix requests strict version
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyyid authored Nov 14, 2023
1 parent 77e6779 commit 12c21d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_version():
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_quickbooks'],
install_requires=[
'requests==2.20.0',
'requests>=2.20.0',
'singer-python==5.3.1',
'xmltodict==0.11.0',
'jsonpath-ng==1.4.3',
Expand Down

0 comments on commit 12c21d5

Please sign in to comment.