crossbario / crossbar

Crossbar.io - WAMP application router
https://crossbar.io/
Other
2.05k stars 275 forks source link

FIX: incompatibility with autobahn 24.4.2 #2106

Closed ninousf closed 1 month ago

ninousf commented 1 month ago

ERROR: Cannot install autobahn[compress,encryption,scram,serialization,twisted,xbr]==24.4.2, crossbar and crossbar==23.1.2 because these package versions have conflicting dependencies.

The conflict is caused by:
crossbar 23.1.2 depends on eth-abi 4.0.0b2 (from git+https://github.com/ethereum/eth-abi.git@v4.0.0-beta.2#egg=eth-abi)
py-eth-sig-utils 0.4.0 depends on eth-abi>=1.1.1
autobahn[compress,encryption,scram,serialization,twisted,xbr] 24.4.2 depends on eth-abi>=4.0.0; extra == "xbr"

ninousf commented 1 month ago

already in #2091