Skip to content

Commit

Permalink
compute_horde: downgrade websockets to 11.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adal-chiriliuc-reef committed Jul 2, 2024
1 parent 3ce508e commit d9be516
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
64 changes: 32 additions & 32 deletions compute_horde/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compute_horde/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires-python = "==3.11.*"
dependencies = [
"pydantic<3,>=2.3",
"bittensor<8.0.0,>=7.1.1",
'websockets>=12.0,<13.0',
"websockets<12.0,>=11.0",
"more-itertools>=10.2.0",
"requests>=2.32.2",
]
Expand Down

0 comments on commit d9be516

Please sign in to comment.