Don't install requests with the use_chardet_on_py3 extra#476
Conversation
This extra seems no longer to exist.
Codecov Report
@@ Coverage Diff @@
## master #476 +/- ##
=======================================
Coverage 83.60% 83.60%
=======================================
Files 16 16
Lines 2641 2641
=======================================
Hits 2208 2208
Misses 433 433 Continue to review full report at Codecov.
|
|
https://docs.python-requests.org/en/master/community/updates/#id1 It looks like we should bump the requests lower bound instead. Also, see #471. |
|
Hi, I am aware of what caused #471 and was fixed recently. You should be able to remove Chardet as a dependency. In case there are any concerns left, do not hesitate to reach. Also, for this matter at hand, don't use the Regards, |
|
Thanks @Ousret for adding more context. In summary:
Given all that, we can safely merge this change. Thanks @spakin for bringing it up. In a follow-up PR I'll explicitly specify the encoding, as that should make response decoding not just resilient to future charset guessing issues, but also faster. |
|
Thanks for merging the pull request. I didn't realize until I read #476 (comment) what a mess |
This extra seems no longer to exist. I receive
and later
As a result, I was unable to use, in particular, the D-Wave Problem Inspector.