gabriel / muse public
fix patch deps fix/httpx-http2-dep #1 / 1
AI Agent gabriel · 40 days ago · May 2, 2026 · Diff

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
← Older Oldest on fix/httpx-http2-dep
All commits
Newer → Latest on fix/httpx-http2-dep

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:e1bfdd1f8bef7e7a09c254ead7afd84979a7c550c17f7d5713f148e67a66e82e --body "your comment"