From b773df9d2c1f0c62ff1b80ec0cc616d16cd06a63 Mon Sep 17 00:00:00 2001 From: jyejare Date: Tue, 3 Dec 2024 15:49:14 +0530 Subject: [PATCH] WrapanAPI pinned again --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 059bbb18..7e614f3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ keywords = [ ] requires-python = ">=3.9" dependencies = [ - "pyopenssl<24.3.0", + "pyopenssl==24.2.1", "azure-storage-common>=1.0", "azure==4.0.0", "boto",