Skip to content

Commit 6b0275b

Browse files
committed
Unpin websocket-client dependency to allow versions >= 1.2.3
1 parent 32c4c30 commit 6b0275b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include = [
2626

2727
[tool.poetry.dependencies]
2828
python = "^3.6"
29-
websocket-client = "1.2.3"
29+
websocket-client = "1.*"
3030
requests = "*"
3131

3232
[tool.poetry.dev-dependencies]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
websocket-client==1.2.3
1+
websocket-client >= 1.2.3
22
requests

0 commit comments

Comments
 (0)