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

Support httpcore>=0.16.0 #2443

Closed
dabljues opened this issue Nov 17, 2022 · 1 comment · Fixed by #2442
Closed

Support httpcore>=0.16.0 #2443

dabljues opened this issue Nov 17, 2022 · 1 comment · Fixed by #2442

Comments

@dabljues
Copy link

dabljues commented Nov 17, 2022

Hi,

I have a project that uses fastapi and uvicorn which demands h11>=0.8. Latest version of fastapi changed their test suite from requests to httpx. So I had to add httpx to my tests requirements.

Now the problem is, that httpx requires httpcore, which since version 0.16.0 allows for h11==0.14.0, but the current version of httpcore required by httpx doesn't, so I end up having to downgrade the h11==0.14.0 which I have to 0.12.0.

Can the constraint for httpcore be updated to >=0.16.0 here?

@tomchristie
Copy link
Member

Now resolved with httpx 0.23.1

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

Successfully merging a pull request may close this issue.

2 participants