Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This document describes the VMware Cloud Foundation Python SDK samples that use
All modules of the VCF SDK for Python are compatible and verified with the supported versions of Python at the time of their release.
Once a Python version reaches EOL (End-Of-Life), it no longer receives security patches. VCF SDK releases which happen after this moment will not provide compatibility guarantees for the EOL-ed Python version. As a generally good practice and for best security posture, it is recommended to use the VCF SDK with an actively maintained version of Python and keeping your environment on the latest patch provided by the Python Software Foundation (PSF).

For release 9.1.0.0, the compatible Python versions are [3.10](https://www.python.org/downloads/release/python-3100/), [3.11](https://www.python.org/downloads/release/python-3110/), [3.12](https://www.python.org/downloads/release/python-3120/) and [3.13](https://www.python.org/downloads/release/python-3130/) and [3.14](https://www.python.org/downloads/release/python-3142/).
For release 9.1, the compatible Python versions are [3.10](https://www.python.org/downloads/release/python-3100/), [3.11](https://www.python.org/downloads/release/python-3110/), [3.12](https://www.python.org/downloads/release/python-3120/) and [3.13](https://www.python.org/downloads/release/python-3130/) and [3.14](https://www.python.org/downloads/release/python-3142/).

### VCF Component Compatibility
The SDK is compatible with following VMware Cloud Foundation components
Expand Down
25 changes: 12 additions & 13 deletions requirements-third-party.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# The dependency versions listed in this file only indicate the versions against which the samples were tested.
# These versions are not a strict requirement for installing the SDK.

certifi==2026.1.4
certifi==2026.5.20
cffi==2.0.0
charset-normalizer==3.4.4
cryptography==46.0.3
idna==3.11
lxml==6.0.2
pycparser==2.23
pyOpenSSL==25.3.0
requests==2.32.5
setuptools==80.9.0
urllib3==2.6.3
charset-normalizer==3.4.7
cryptography==48.0.1
idna==3.18
lxml==6.1.1
pycparser==3.0
pyopenssl==26.2.0
requests==2.34.2
setuptools==82.0.1
typing-extensions==4.15.0
urllib3==2.7.0

31 changes: 16 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
vcf_fleet_lcm==9.1.0.0
vcf_log_mgmt==9.1.0.0
vcf_nsx==9.1.0.0
vcf_operations_networks==9.1.0.0
vcf_operations==9.1.0.0
vcf_sddc_lcm==9.1.0.0
vcf_sdk==9.1.0.0
vmware_sddc_manager==9.1.0.0
vmware_vapi_common_client==9.1.0.0
vmware_vapi_runtime==9.1.0.0
vmware_vcenter==9.1.0.0
vcf_installer==9.1.0.0
vmware_vsan_data_protection==9.1.0.0
vcf_vsphere_utils==9.1.0.0
pyvmomi==9.1.0.0
vcf_fleet_lcm==9.1.1.0
vcf_log_mgmt==9.1.1.0
vcf_nsx==9.1.1.0
vcf_operations_networks==9.1.1.0
vcf_operations==9.1.1.0
vcf_sddc_lcm==9.1.1.0
vcf_sdk==9.1.1.0
vmware_sddc_manager==9.1.1.0
vmware_vapi_common_client==9.1.1.0
vmware_vapi_runtime==9.1.1.0
vmware_vcenter==9.1.1.0
vcf_installer==9.1.1.0
vmware_vsan_data_protection==9.1.1.0
vcf_vsphere_utils==9.1.1.0
pyvmomi==9.1.1.0

Loading