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+ ## 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
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " bittensor"
7- version = " 10.2.0 "
7+ version = " 10.2.1 "
88description = " Bittensor SDK"
99readme = " README.md"
1010authors = [
11- {name = " bittensor.com" }
11+ { name = " bittensor.com" }
1212]
1313license = { file = " LICENSE" }
1414requires-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" }
9999script-files = [" bittensor/utils/certifi.sh" ]
You can’t perform that action at this time.
0 commit comments