Merge pull request #7142 from wRAR/pin-twisted

Pin Twisted to <= 25.5.0 due to internal API changes.
This commit is contained in:
Mikhail Korobov 2025-11-13 22:48:33 +05:00 committed by GitHub
commit db37040a09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ name = "Scrapy"
dynamic = ["version"]
description = "A high-level Web Crawling and Web Scraping framework"
dependencies = [
"Twisted>=21.7.0",
# Twisted pinned until Scrapy is updated for its internal TLS API changes
"Twisted>=21.7.0,<=25.5.0",
"cryptography>=37.0.0",
"cssselect>=0.9.1",
"defusedxml>=0.7.1",