jawah/charset_normalizer

urllib3 issue with charset_normalizer

meybj opened this issue · 1 comments

meybj commented

hey. i updated charset_normalizer from 2.1.1 to 3.0.1 but after running my script this prints in my consol

.\site-packages\requests_init_.py:109: RequestsDependencyWarning: urllib3 (1.26.13) or chardet (None)/charset_normalizer (3.0.1) doesn't match a supported version!
warnings.warn(

aslo my requests ver is 2.28.1

Hi,

Unfortunately, it is not in my power to remove that warning, neither is urllib3. Duplicate of #237

requests does not officially provide support for charset-normalizer >=3.0 while it is perfectly fine to use it.
They are aware of this and will emit a release relatively soon.