Skip to content

Commit b25e5ee

Browse files
committed
Manually remove pin on openssl as the relevant Boto3 issue has been closed
Otherwise, keeping the pin is not harmless, as it breaks the dependency graph when using Python 3.14.
1 parent b727b25 commit b25e5ee

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ s3 = [
116116
# do not necessarily use the latest version, to avoid undesired breaking
117117
# changes
118118
"boto3>=1.17.39,<=1.35.69",
119-
# an open issue on boto3 (https://github.com/boto/boto3/issues/3585)
120-
# forces a minimal version of pyopenssl
121-
"pyopenssl>=24.0.0,<25.0.0"
122-
123119
]
124120
gcs = [
125121
"google-cloud-storage>=1.37.0",

0 commit comments

Comments
 (0)