Skip to content

Commit 28cee6b

Browse files
authored
2.x: Pin vsphere-automation-sdk to v8.0.0.0 (#1727)
2.x: Pin vsphere-automation-sdk to v8.0.0.0 SUMMARY Pin vsphere-automation-sdk to v8.0.0.0 since newer releases require a pyOpenssl version that is incompatible with ansible-core 2.12. Fixes #1715 ISSUE TYPE Bugfix Pull Request COMPONENT NAME requirements.txt ADDITIONAL INFORMATION
1 parent d8d5cc5 commit 28cee6b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bugfixes:
2+
- Pin vsphere-automation-sdk to v8.0.0.0 (https://github.com/ansible-collections/community.vmware/issues/1715).

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pyVmomi>=6.7
2-
git+https://github.com/vmware/vsphere-automation-sdk-python.git ; python_version >= '2.7' # Python 2.6 is not supported
2+
git+https://github.com/vmware/vsphere-automation-sdk-python.git@v8.0.0.0 ; python_version >= '2.7' # Python 2.6 is not supported

0 commit comments

Comments
 (0)