Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 10.1.0 /2026-01-15

## What's Changed
* Fix for async metagraph initialization by @basfroman in https://github.com/opentensor/bittensor/pull/3236
* Clarify return ordering and units for `get_revealed_commitment_by_hotkey` by @Dairus01 in https://github.com/opentensor/bittensor/pull/3231
* Skips user liquidity e2e test pending the rework by @basfroman in https://github.com/opentensor/bittensor/pull/3239
* chore: fix incorrect Optional type annotation in utils by @Olexandr88 in https://github.com/opentensor/bittensor/pull/3238
* chore: remove unused test helper by @Olexandr88 in https://github.com/opentensor/bittensor/pull/3241
* Add `start_call_delay_hyperparameter` support by @basfroman in https://github.com/opentensor/bittensor/pull/3234
* Improve `is_fast_blocks` by @basfroman in https://github.com/opentensor/bittensor/pull/3243

## New Contributors
* @Dairus01 made their first contribution in https://github.com/opentensor/bittensor/pull/3231
* @Olexandr88 made their first contribution in https://github.com/opentensor/bittensor/pull/3238

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v10.1.0...v10.0.2

## 10.0.1 /2025-12-22

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bittensor"
version = "10.0.1"
version = "10.1.0"
description = "Bittensor SDK"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -34,7 +34,7 @@ dependencies = [
"uvicorn",
"bittensor-drand>=1.2.0,<2.0.0",
"bittensor-wallet>=4.0.0,<5.0",
"async-substrate-interface>=1.5.14"
"async-substrate-interface>=1.5.15"
]

[project.optional-dependencies]
Expand Down