You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a dependency conflict trying to use websockets with poetry, python 3.11.
python = "^3.11"
dydx-v3-python = "^2.1.0"
and web3 (5.20.0) depends on websockets (>=8.1.0,<9.0.0), web3 (>=5.0.0,<6.0.0) requires websockets (>=7.0.0,<8.0.0 || >=8.1.0,<9.0.0 || >=9.1,<10).
Because no versions of dydx-v3-python match >2.1.0,<3.0.0
and dydx-v3-python (2.1.0) depends on web3 (>=5.0.0,<6.0.0), dydx-v3-python (>=2.1.0,<3.0.0) requires web3 (>=5.0.0,<6.0.0).
Thus, dydx-v3-python (>=2.1.0,<3.0.0) requires websockets (>=7.0.0,<8.0.0 || >=8.1.0,<9.0.0 || >=9.1,<10).
So, because dydx-bot depends on both dydx-v3-python (^2.1.0) and websockets (^12.0), version solving failed.
Is dydx out of date with websockets or am I missing something?
The text was updated successfully, but these errors were encountered:
I'm getting a dependency conflict trying to use websockets with poetry, python 3.11.
Is dydx out of date with websockets or am I missing something?
The text was updated successfully, but these errors were encountered: