Jeremiah Lowin commited on
Commit
88af959
·
unverified ·
2 Parent(s): 7f513d66862e43

Merge pull request #286 from jlowin/websockets-pin

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -11,7 +11,7 @@ dependencies = [
11
  "openapi-pydantic>=0.5.1",
12
  "rich>=13.9.4",
13
  "typer>=0.15.2",
14
- "websockets>=15.0.1",
15
  ]
16
  requires-python = ">=3.10"
17
  readme = "README.md"
 
11
  "openapi-pydantic>=0.5.1",
12
  "rich>=13.9.4",
13
  "typer>=0.15.2",
14
+ "websockets>=14.0",
15
  ]
16
  requires-python = ">=3.10"
17
  readme = "README.md"