We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fd6cf commit ab70848Copy full SHA for ab70848
pyproject.toml
@@ -22,7 +22,7 @@ classifiers = [
22
requires-python = ">=3.10"
23
dependencies = [
24
"pyee>=9.0",
25
- "websockets>=11.0",
+ "websockets>=14.0",
26
"zeroconf>=0.120.0",
27
]
28
dynamic = ["version"]
@@ -36,7 +36,7 @@ content-type = "text/markdown; charset=UTF-8"
36
"Source Code" = "https://github.com/unfoldedcircle/integration-python-library"
37
"Bug Reports" = "https://github.com/unfoldedcircle/integration-python-library/issues"
38
"Discord" = "http://unfolded.chat/"
39
-"Forum" = "http://unfolded.community/"
+"Forum" = "https://unfolded.community/"
40
41
[project.optional-dependencies]
42
testing = [
0 commit comments