prontolabs / pronto

Quick automated code review of your changes
MIT License
2.62k stars 245 forks source link

Pronto restricting version of `chardet` #442

Open hrshdhgd opened 1 year ago

hrshdhgd commented 1 year ago

The error I'm experiencing is

pkg_resources.ContextualVersionConflict: (chardet 5.1.0 (/opt/anaconda3/envs/oakx-oger/lib/python3.9/site-packages), Requirement.parse('chardet<5.0,>=3.0'), {'pronto'})

I have chardet version 5.1.0 . Would it be possible to make it compatible with a later version of v5.1.0.

cc: @cmungall