fix(deps): require httpx[http2] — h2 package needed for HTTP/2 clone/fetch/push
transport.py opens all hub connections with http2=True. Without the h2 package installed, muse clone fails immediately with: Cannot reach remote: Using http2=True, but the 'h2' package is not installed.
httpx[http2] is the standard pip extra that pulls in h2 as a dependency.
sha256:e1bfdd1f8bef7e7a09c254ead7afd84979a7c550c17f7d5713f148e67a66e82e
sha
sha256:cdca8f4621936c72e1194d4035e014cc7d0f86ea724e5e8036c6cf4542604b7e
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:e1bfdd1f8bef7e7a09c254ead7afd84979a7c550c17f7d5713f148e67a66e82e --body "your comment"
No comments yet. Be the first to start the discussion.