Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

Commit 6d7f5a3

Browse files
authored
Merge pull request #3068 from opentensor/release/9.11.0
bumping version + CHANGELOG.md
2 parents 7871408 + 4ae0e69 commit 6d7f5a3

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bittensor"
7-
version = "9.10.1"
7+
version = "9.11.0"
88
description = "Bittensor"
99
readme = "README.md"
1010
authors = [
@@ -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
]
6767
cli = [
68-
"bittensor-cli>=9.0.2"
68+
"bittensor-cli>=9.11.2"
6969
]
7070

7171

0 commit comments

Comments
 (0)