ScrapeOps / scrapeops-scrapy-sdk

Scrapy extension that gives you all the scraping monitoring, alerting, scheduling, and data validation you will need straight out of the box.
https://scrapeops.io/
BSD 3-Clause "New" or "Revised" License
37 stars 9 forks source link

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

Closed Okaca closed 3 months ago

Okaca commented 6 months ago

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

josephkearney91 commented 3 months ago

Issue should be resolved with latest release which no longer requires urllib3>=2.1