Skip to content

Commit ef49da7

Browse files
committed
rollback changes that doesn't help
1 parent 0beb5e0 commit ef49da7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"typer>=0.24.0",
4242
"requests~=2.32.5",
4343
"pydantic~=2.12.5",
44-
"websockets>=14.0,<15",
44+
"websockets>=14.0,<15", # bugs in v15: invalid syntax (http11.py, line 428)
4545
]
4646

4747
[project.optional-dependencies]
@@ -91,6 +91,3 @@ testpaths = [
9191
]
9292
[tool.black]
9393
line-length = 100
94-
95-
[tool.coverage.run]
96-
parallel = false

0 commit comments

Comments
 (0)