|
9 | 9 | from setuptools import setup, find_packages # noqa: H301
|
10 | 10 |
|
11 | 11 | NAME = 'py-pure-client'
|
12 |
| -VERSION = '1.14.0' |
| 12 | +VERSION = '1.14.1' |
13 | 13 |
|
14 |
| -REQUIRES = ['urllib3 >= 1.15', 'six >= 1.10', 'certifi >= 14.05.14', |
15 |
| - 'python-dateutil >= 2.5.3', 'paramiko == 2.7.1', |
16 |
| - 'PyJWT >= 1.7.1', 'requests >= 2.20.1', 'typing>=3.7.4.1'] |
| 14 | +REQUIRES = ['urllib3 >= 1.15.1, <= 1.26.2', 'six >= 1.10, <= 1.15.0', 'certifi >= 14.05.14, <= 2020.12.5', |
| 15 | + 'python-dateutil >= 2.5.3, <= 2.8.1', 'paramiko == 2.7.1', |
| 16 | + 'PyJWT >= 1.7.1, < 2.0.0', 'requests >= 2.20.1, <= 2.25.1', 'typing >=3.7.4.1, <= 3.7.4.3'] |
17 | 17 |
|
18 | 18 | readme = open('README.md', 'r')
|
19 | 19 | README_TEXT = readme.read()
|
|
26 | 26 | author='Pure Storage',
|
27 | 27 |
|
28 | 28 | url='https://github.com/PureStorage-OpenConnect/py-pure-client',
|
29 |
| - download_url='https://github.com/PureStorage-OpenConnect/py-pure-client/archive/1.14.0.tar.gz', |
| 29 | + download_url='https://github.com/PureStorage-OpenConnect/py-pure-client/archive/1.14.1.tar.gz', |
30 | 30 | keywords=['Swagger', 'Pure Storage', 'Python', 'clients', 'REST', 'API', 'FlashArray', 'FlashBlade', 'Pure1'],
|
31 | 31 | license='BSD 2-Clause',
|
32 | 32 | install_requires=REQUIRES,
|
|
0 commit comments