Skip to content

Dependency of autobahn very outdated #211

@i-arindam

Description

@i-arindam

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 conflict

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions