Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt package to current http package #95

Open
sambaPython24 opened this issue Aug 1, 2023 · 3 comments
Open

Adapt package to current http package #95

sambaPython24 opened this issue Aug 1, 2023 · 3 comments

Comments

@sambaPython24
Copy link

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]
@LiamHockley
Copy link

Experiencing the same issue here. Any update on this?

@derrickgw
Copy link

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

@derrickgw
Copy link

For now you can safely use the override:

dependency_overrides:
  http: ^1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants