requests icon indicating copy to clipboard operation
requests copied to clipboard

Adapt package to current http package

Open sambaPython24 opened this issue 2 years ago • 3 comments

Describe the bug When trying to use requests with the current http package, I get the error

Because requests >=4.1.0 depends on http ^0.13.4 and myapp depends on http ^1.1.0, requests >=4.1.0 is forbidden

so updating it to the last version of http would be great.

Desktop (please complete the following information):

  • Browser [e.g. chrome, edge]

sambaPython24 avatar Aug 01 '23 15:08 sambaPython24

Experiencing the same issue here. Any update on this?

LiamHockley avatar Aug 16 '23 01:08 LiamHockley

This is fixed in v5.0. Unfortunately, 5.0 has not been pushed to pub.dev yet. See #99

derrickgw avatar Apr 10 '24 22:04 derrickgw

For now you can safely use the override:

dependency_overrides:
  http: ^1.0.0

derrickgw avatar Apr 10 '24 22:04 derrickgw