Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 3 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 10.4.1 /2026-06-11

## What's Changed

* Pins cyscale to 0.4.0 to avoid accidental upgrades which break `Subtensor.get_root_claimable_all_rates`

**Full Changelog**: https://github.com/latent-to/bittensor/compare/v10.4.0...v10.4.1

## 10.4.0 /2026-05-28

## 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.4.0"
version = "10.4.1"
description = "Bittensor SDK"
readme = "README.md"
authors = [
Expand All @@ -29,7 +29,7 @@ dependencies = [
"retry==0.9.2",
"requests>=2.33.0,<3.0",
"pydantic>=2.3,<3",
"cyscale>=0.3.3,<1.0.0",
"cyscale==0.4.0",
"uvicorn",
"bittensor-drand>=1.3.0,<2.0.0",
"bittensor-wallet>=4.1.0",
Expand Down
Loading