Skip to content

Commit

Permalink
revert back to request.py version
Browse files Browse the repository at this point in the history
  • Loading branch information
NawarA committed Jul 31, 2024
1 parent ca9c7d8 commit 4139ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

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(),
long_description_content_type='text/markdown',
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',
Expand Down

0 comments on commit 4139ea3

Please sign in to comment.