Skip to content

Commit d3c8756

Browse files
Revert "deps: upgrade Bittensor SDK 9.9.0"
1 parent 4d42afc commit d3c8756

10 files changed

Lines changed: 4639 additions & 4422 deletions

File tree

compute_horde/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
requires-python = "==3.11.*"
88
dependencies = [
99
"pydantic<3,>=2.3",
10-
"bittensor>=9.9.0,<10.0",
10+
"bittensor>=9.3.0,<9.4",
1111
"websockets>=14.0,<15.0",
1212
"more-itertools>=10.2.0",
1313
"requests>=2.32.2",

compute_horde/uv.lock

Lines changed: 521 additions & 486 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute_horde_sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"httpx>=0.26.0",
2424
"cryptography>=42.0.8",
2525
"aiohttp>=3.12.0",
26-
"bittensor-wallet>=4.0.0,<5",
26+
"bittensor-wallet>=3.0.0,<4",
2727
"tenacity>=9.0.0,<10.0.0",
2828
"huggingface-hub[hf_transfer]>=0.26.1",
2929
"async-timeout>=4.0,<5.0; python_version < '3.11'",

compute_horde_sdk/uv.lock

Lines changed: 1437 additions & 1386 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

executor/uv.lock

Lines changed: 582 additions & 549 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

facilitator/uv.lock

Lines changed: 745 additions & 712 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

miner/uv.lock

Lines changed: 584 additions & 551 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

validator/app/src/compute_horde_validator/validator/collateral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ async def get_evm_key_associations(
122122
Returns:
123123
dict: A dictionary mapping UIDs (int) to their associated EVM key addresses (str).
124124
"""
125-
associations = await subtensor.subtensor_module.AssociatedEvmAddress.fetch(
125+
associations = await subtensor.subtensor_module.AssociatedEvmAddress.query(
126126
netuid,
127127
block_hash=block_hash,
128128
)

validator/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ dependencies = [
3333
"httpx==0.26.0",
3434
"class-registry>=2.1.2",
3535
"kombu~=5.3",
36-
"bt-ddos-shield-client~=0.3.1",
36+
"bt-ddos-shield-client~=0.2.3",
3737
"eth-account>=0.13.7",
3838
"eth-keys>=0.7.0",
3939
"eth-utils>=5.3.0",
4040
"hexbytes>=1.3.0",
4141
"web3>=7.11.0",
4242
"requests>=2.32.3",
43-
"turbobt~=0.2.2",
43+
"turbobt~=0.0.13",
4444
"aiohttp>=3.12.0",
4545
]
4646

validator/uv.lock

Lines changed: 765 additions & 733 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)