From f463d51265e7bf88cbbdb0ca07630ba5daeb53a0 Mon Sep 17 00:00:00 2001 From: Shweta Purohit Date: Fri, 4 Sep 2026 10:51:59 +0530 Subject: [PATCH] 9.1.1 Python release readiness Signed-off-by: Shweta Purohit --- README.md | 2 +- requirements-third-party.txt | 25 ++++++++++++------------- requirements.txt | 31 ++++++++++++++++--------------- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index f93358c..411df71 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/requirements-third-party.txt b/requirements-third-party.txt index fadbaef..e24f6ef 100644 --- a/requirements-third-party.txt +++ b/requirements-third-party.txt @@ -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 + diff --git a/requirements.txt b/requirements.txt index 774216a..a018997 100755 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +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 +