Update h2 pin?
#1485
Replies: 1 comment
-
|
Thanks, that's interesting. It seems the direct fix would be to bump h2 in HTTPX as well (we don't have dependabot here so dependencies don't get bumped automatically). I wonder what would happen if we had the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, some time ago
h2pin was updated inhttpcore: encode/httpcore#208But it is still pinned to
3.*in this package'shttp2extra:httpx/setup.py
Line 65 in 0f280af
This is not an issue, as I can just add
h2>=3,<5to my setup.py instead of usinghttpx[http2], but maybe you want dependencies to be in sync withhttpcore.EDIT: Using git blame we can see that before
http2extra -httpcore[http2]was used instead ofh2dependency directly.Beta Was this translation helpful? Give feedback.
All reactions