Pin Twisted to <= 25.5.0 due to internal API changes.

This commit is contained in:
Andrey Rakhmatullin 2025-11-10 00:58:27 +05:00
parent 155a504f24
commit 85e4e6c42b
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",