Pin pyOpenSSL to the versions allowing mutable contexts. (#7494)

This commit is contained in:
Andrey Rakhmatullin 2026-05-06 13:42:24 +05:00 committed by GitHub
parent fc14a0ce59
commit 5223dbe3fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ dependencies = [
"packaging",
"parsel>=1.5.0",
"protego>=0.1.15",
"pyOpenSSL>=22.0.0",
# pyOpenSSL pinned until Twisted with immutable contexts is released and supported in Scrapy
"pyOpenSSL>=22.0.0,<26.2.0",
"queuelib>=1.4.2",
"service_identity>=18.1.0",
"tldextract",