From c4903354d32b799b472a10717d0156e937454684 Mon Sep 17 00:00:00 2001 From: Lokesh Keyan Date: Wed, 18 Feb 2026 12:07:42 -0500 Subject: [PATCH 1/2] Add pyopenssl dependency --- modules/python/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/python/requirements.txt b/modules/python/requirements.txt index 4f576b1f37..2db036d22d 100644 --- a/modules/python/requirements.txt +++ b/modules/python/requirements.txt @@ -11,4 +11,5 @@ botocore==1.36.5 coverage==7.6.12 semver==3.0.4 requests==2.32.4 -pyyaml==6.0.2 \ No newline at end of file +pyyaml==6.0.2 +pyopenssl>=24.0.0 \ No newline at end of file From 2b52573133965ca250138191a598945e5ee5c9be Mon Sep 17 00:00:00 2001 From: Lokesh Keyan Date: Wed, 18 Feb 2026 14:46:18 -0500 Subject: [PATCH 2/2] Add new line --- modules/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/python/requirements.txt b/modules/python/requirements.txt index 2db036d22d..682e1210a0 100644 --- a/modules/python/requirements.txt +++ b/modules/python/requirements.txt @@ -12,4 +12,4 @@ coverage==7.6.12 semver==3.0.4 requests==2.32.4 pyyaml==6.0.2 -pyopenssl>=24.0.0 \ No newline at end of file +pyopenssl==24.0.0