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

Commit 9cdb18b

Browse files
authored
Merge pull request #3321 from latent-to/release/10.2.1
Release/10.2.1
2 parents bb526e6 + b6f21da commit 9cdb18b

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 10.2.1 /2026-04-22
4+
5+
## What's Changed
6+
7+
* Pins async-substrate-interface under 2.0 to avoid complications
8+
9+
310
## 10.2.0 /2026-03-19
411

512
## What's Changed

pyproject.toml

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

55
[project]
66
name = "bittensor"
7-
version = "10.2.0"
7+
version = "10.2.1"
88
description = "Bittensor SDK"
99
readme = "README.md"
1010
authors = [
11-
{name = "bittensor.com"}
11+
{ name = "bittensor.com" }
1212
]
1313
license = { file = "LICENSE" }
1414
requires-python = ">=3.10,<3.15"
@@ -34,7 +34,7 @@ dependencies = [
3434
"uvicorn",
3535
"bittensor-drand>=1.3.0,<2.0.0",
3636
"bittensor-wallet==4.0.1",
37-
"async-substrate-interface>=1.6.2"
37+
"async-substrate-interface>=1.6.2,<2.0.0"
3838
]
3939

4040
[project.optional-dependencies]
@@ -95,5 +95,5 @@ classifiers = [
9595
]
9696

9797
[tool.setuptools]
98-
package-dir = {"bittensor" = "bittensor"}
98+
package-dir = { "bittensor" = "bittensor" }
9999
script-files = ["bittensor/utils/certifi.sh"]

0 commit comments

Comments
 (0)