-
Notifications
You must be signed in to change notification settings - Fork 576
Open
Description
This project hard pins autobahn to version 19.11.2 source file. The last change to this was on 2021 in this PR.
This version of autobahn(19.11.2) was released on Jan 2020.
Latest autobahn is at 25.10.2 as of this writing (Nov 2025).
Some of my other packages dependency require much newer versions of autobahn, and this results in a dependency conflict.
Requesting to please upgrade the hard pinned version dependency to a more latest version.
Attaching my specific conflict log for example supplication:
ERROR: Cannot install -r requirements.txt (line 34), autobahn==24.4.2 and kiteconnect==5.0.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested autobahn==24.4.2
daphne 4.2.0 depends on autobahn>=22.4.2
kiteconnect 5.0.1 depends on autobahn==19.11.2
Additionally, some packages in these conflicts have no matching distributions available for your environment:
autobahn
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflictReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels