Skip to content

camect-py incompatible with latest websockets #16

Description

@fracai

There's an issue on the camect-py project where the websockets library changed the name of the extra_headers argument to additional_headers.
This breaks this integration for new installs that don't already have websockets installed.
There's a pull request, but until that gets merged, I think this could be resolved here by setting the websocket requirement to version 13.

  "requirements": [
    "camect-py==0.1.10"
    "websockets<=13"
  ],

Alternatively, edit camect/__init__.py to update the argument name until it's properly updated.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions