This repository was archived by the owner on Jul 10, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 9.11.0 /2025-09-25
4+
5+ ## What's Changed
6+ * Fix broken links in CONTRIBUTING.md by @Gimzou in https://github.com/opentensor/bittensor/pull/3041
7+ * Fix after ` Rate limit hyperparams setting ` by @basfroman in https://github.com/opentensor/bittensor/pull/3052
8+ * Fix SubtensorApi unit tests by @basfroman in https://github.com/opentensor/bittensor/pull/3054
9+ * add commitments data into metagraph by @basfroman in https://github.com/opentensor/bittensor/pull/3055
10+ * add getting OwnerHyperparamRateLimit in e2e test by @basfroman in https://github.com/opentensor/bittensor/pull/3059
11+ * update make file by @basfroman in https://github.com/opentensor/bittensor/pull/3058
12+ * ` Subnet Mechanism ` logic by @basfroman in https://github.com/opentensor/bittensor/pull/3056
13+ * let do less calculations on ` get_subnet_price ` by @basfroman in https://github.com/opentensor/bittensor/pull/3063
14+ * deps: update munch to prevent deprecation warning by @Arthurdw in https://github.com/opentensor/bittensor/pull/3061
15+
16+ ## New Contributors
17+ * @Gimzou made their first contribution in https://github.com/opentensor/bittensor/pull/3041
18+
19+ ** Full Changelog** : https://github.com/opentensor/bittensor/compare/v9.10.1...v9.11.0
20+
321## 9.10.1 /2025-09-05
422
523## What's Changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " bittensor"
7- version = " 9.10.1 "
7+ version = " 9.11.0 "
88description = " Bittensor"
99readme = " README.md"
1010authors = [
@@ -35,7 +35,7 @@ dependencies = [
3535 " uvicorn" ,
3636 " bittensor-drand>=1.0.0,<2.0.0" ,
3737 " bittensor-wallet>=4.0.0,<5.0" ,
38- " async-substrate-interface>=1.5.1 "
38+ " async-substrate-interface>=1.5.4 "
3939]
4040
4141[project .optional-dependencies ]
@@ -65,7 +65,7 @@ torch = [
6565 " torch>=1.13.1,<3.0"
6666]
6767cli = [
68- " bittensor-cli>=9.0 .2"
68+ " bittensor-cli>=9.11 .2"
6969]
7070
7171
You can’t perform that action at this time.
0 commit comments