Python-slack-sdk: Invalid version spec: websocket-client

Created on 29 Apr 2021  路  2Comments  路  Source: slackapi/python-slack-sdk

https://github.com/slackapi/python-slack-sdk/blob/41d905e3b846b3888f79799f68869eb844bf9a09/setup.py#L308

In extras_require, the websocket-client version is missing a comma. Discovered while updating a conda env which contains slack-sdk.

"websocket-client>=0.57<1"
# --->
"websocket-client>=0.57,<1"

Conda warning:

WARNING conda.core.index:push_record(261): Skipping pypi/pypi::slack-sdk-3.4.0-pypi_0 due to InvalidSpec: 0.57<1

The Slack SDK version

slack-sdk==3.4.0

Python runtime version

Python 3.8.5

3x bug socket-mode

All 2 comments

Thanks for reporting this @jj-ookla!

We will take a look at fixing this

@jj-ookla Thanks for reporting this!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

marshallino16 picture marshallino16  路  3Comments

hemanth1991 picture hemanth1991  路  5Comments

tinoargentino picture tinoargentino  路  3Comments

miklasz picture miklasz  路  5Comments

schlegelp picture schlegelp  路  3Comments