Skip to content

Commit ab70848

Browse files
committed
fixup! refactor: require websockets version 14 or newer
1 parent 60fd6cf commit ab70848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
requires-python = ">=3.10"
2323
dependencies = [
2424
"pyee>=9.0",
25-
"websockets>=11.0",
25+
"websockets>=14.0",
2626
"zeroconf>=0.120.0",
2727
]
2828
dynamic = ["version"]
@@ -36,7 +36,7 @@ content-type = "text/markdown; charset=UTF-8"
3636
"Source Code" = "https://github.com/unfoldedcircle/integration-python-library"
3737
"Bug Reports" = "https://github.com/unfoldedcircle/integration-python-library/issues"
3838
"Discord" = "http://unfolded.chat/"
39-
"Forum" = "http://unfolded.community/"
39+
"Forum" = "https://unfolded.community/"
4040

4141
[project.optional-dependencies]
4242
testing = [

0 commit comments

Comments
 (0)