Skip to content

Commit

Permalink
Bump up the requests library versions (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPant1999 authored Sep 17, 2021
1 parent 98e0bd7 commit 0ae2608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.22.0
requests>=2.25.0
future==0.18.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='qbosdk',
version='0.13.0',
version='0.13.1',
author='Shwetabh Kumar',
author_email='[email protected]',
description='Python SDK for accessing Quickbooks Online APIs',
Expand All @@ -18,7 +18,7 @@
keywords=['quickbooks-online', 'quickbooks', 'fyle', 'api', 'python', 'sdk'],
url='https://github.com/fylein/qbo-sdk-py',
packages=setuptools.find_packages(),
install_requires=['requests==2.22.0', 'future==0.18.2'],
install_requires=['requests>=2.25.0', 'future==0.18.2'],
classifiers=[
'Topic :: Internet :: WWW/HTTP',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 0ae2608

Please sign in to comment.