Skip to content

Commit e74b333

Browse files
author
Cursor
committed
Pin beautifulsoup4 <4.13 for AutoScraper 1.1.x compatibility
beautifulsoup4 4.13+ breaks autoscraper build() (empty matches); CI used 4.14.x. Made-with: Cursor
1 parent 5721d0f commit e74b333

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ httpx>=0.27.0
77
pycurl>=7.45.0; platform_system != "Windows"
88
cloudscraper>=1.2.71
99
autoscraper>=1.1.0
10-
beautifulsoup4>=4.12.0
10+
# autoscraper 1.1.x fails build() with beautifulsoup4 4.13+ (empty learned list); keep 4.12.x
11+
beautifulsoup4>=4.12.0,<4.13
1112
lxml>=5.0.0
1213
scrapy>=2.11.0

0 commit comments

Comments
 (0)