Skip to content

Commit d88455d

Browse files
authored
Release 1.67.2 Bugfixing (#174)
1 parent 9afa33d commit d88455d

File tree

70 files changed

+19964
-19964
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+19964
-19964
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "py-pure-client"
3-
version = "1.67.1"
3+
version = "1.67.2"
44
description = "Pure Storage Python clients for FlashArray, FlashBlade, and Pure1 APIs"
55
authors = [
66
{ name = "Pure Storage", email = "[email protected]" }
@@ -16,7 +16,7 @@ classifiers = [
1616
dependencies = [
1717
'certifi >= 2024.07.04',
1818
'python_dateutil >=2.8.2',
19-
'setuptools >=70.0.0',
19+
'setuptools >=70.0.0, <=75.6.0',
2020
'urllib3 >= 1.26.17',
2121
'paramiko >= 3.4.0',
2222
'pyjwt >=2.0.0',

pypureclient/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__name__ = 'py-pure-client'
2-
__version__ = '1.67.1'
2+
__version__ = '1.67.2'
33
__default_user_agent__ = 'pure/{}/{}'.format(__name__, __version__)

pypureclient/flasharray/FA_2_0/client.py

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

pypureclient/flasharray/FA_2_1/client.py

Lines changed: 105 additions & 105 deletions
Large diffs are not rendered by default.

pypureclient/flasharray/FA_2_10/client.py

Lines changed: 318 additions & 318 deletions
Large diffs are not rendered by default.

pypureclient/flasharray/FA_2_11/client.py

Lines changed: 325 additions & 325 deletions
Large diffs are not rendered by default.

pypureclient/flasharray/FA_2_13/client.py

Lines changed: 325 additions & 325 deletions
Large diffs are not rendered by default.

pypureclient/flasharray/FA_2_14/client.py

Lines changed: 327 additions & 327 deletions
Large diffs are not rendered by default.

pypureclient/flasharray/FA_2_15/client.py

Lines changed: 331 additions & 331 deletions
Large diffs are not rendered by default.

pypureclient/flasharray/FA_2_16/client.py

Lines changed: 334 additions & 334 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)