Skip to content

Commit 6aa211b

Browse files
authored
Merge pull request #126 from vgalin/develop
Unpin websocket-client dependency to allow versions >= 1.2.3
2 parents fac7570 + 48e6b0e commit 6aa211b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "html2image"
3-
version = "2.0.4.2"
3+
version = "2.0.4.3"
44
description = "Package acting as a wrapper around the headless mode of existing web browsers to generate images from URLs and from HTML+CSS strings or files."
55
authors = ["vgalin"]
66
license = "MIT"
@@ -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)