Skip to content

Commit b0b8d9b

Browse files
authored
Merge pull request #495 from jyejare/pyopenssl_depre
Pinning the pyOpenSSL as deprecated sign function causing failures
2 parents 12e61d0 + 027dfb1 commit b0b8d9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ keywords = [
3939
]
4040
requires-python = ">=3.9"
4141
dependencies = [
42+
"pyopenssl<24.3.0",
4243
"azure-storage-common>=1.0",
4344
"azure<5.0.0",
4445
"boto",

0 commit comments

Comments
 (0)