scrapeops-scrapy-sdk icon indicating copy to clipboard operation
scrapeops-scrapy-sdk copied to clipboard

New version of scrapeOps monitoring uses different version of urllib3 that scrapy request uses

Open Okaca opened this issue 9 months ago • 0 comments

ERROR: Cannot install -r requirements.txt (line 30), -r requirements.txt (line 32), urllib3<2 and urllib3==1.26.18 because these package versions have conflicting dependencies.

The conflict is caused by: The user requested urllib3==1.26.18 The user requested urllib3<2 requests 2.31.0 depends on urllib3<3 and >=1.21.1 scrapeops-scrapy 0.5.4 depends on urllib3>=2.1

there is no common version for urllib3>=2.1 and

But currently requests 2.29.0 has a range bound on it: <1.27 and >=1.21.1 for urllib3.

same issue here, cloud deploy fails because of dependencies

Okaca avatar May 04 '24 13:05 Okaca