From 4139ea3364c1a4feaf4bc1d2445002186c2fb66b Mon Sep 17 00:00:00 2001 From: NawarA Date: Wed, 31 Jul 2024 12:50:22 -0700 Subject: [PATCH] revert back to request.py version --- python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index 6a33e83..df7a917 100644 --- a/python/setup.py +++ b/python/setup.py @@ -2,7 +2,7 @@ setup( name='bytez', # Name of your package - version='0.2.13', + version='0.2.16', packages=find_packages(), description='Python API client for Bytez service', long_description=open('./readme.md').read(), @@ -10,7 +10,7 @@ author='Bytez', url='https://github.com/bytez-com/docs', install_requires=[ - 'requests>=2.0.0,<3.0.0', # Allow any 2.x version of requests + 'requests>=2.32.1', # Allow any 2.x version of requests ], classifiers=[ 'Development Status :: 4 - Beta',