crawl4ai icon indicating copy to clipboard operation
crawl4ai copied to clipboard

fix requests version

Open mentaLwz opened this issue 1 year ago • 0 comments

fix requests version

Description

change the requests>=2.26.0,<2.32.3 to requests>=2.26.0,<=2.32.3 in requirements.txt

the previous version of requirements.txt is requests==2.32.3, so <=2.32.3 is more precise?

https://github.com/unclecode/crawl4ai/commit/bccadec887214f33991ddebca9db2c18555c200a#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552L9

image

change

change the requests>=2.26.0,<2.32.3 to requests>=2.26.0,<=2.32.3 in requirements.txt

mentaLwz avatar Oct 17 '24 16:10 mentaLwz