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.3.2 /2026-05-15
4+
5+ ## What's Changed
6+ * Fix ` --help ` hijacking on import bittensor by @basfroman in https://github.com/latent-to/bittensor/pull/3347
7+ * Hopefully, this is a fix for the flaky e2e test by @basfroman in https://github.com/latent-to/bittensor/pull/3348
8+ * fix(axon): narrow preprocess exception handling and chain causes by @RUNECTZ33 in https://github.com/latent-to/bittensor/pull/3346
9+ * run do_take_checks at pool validation by @thewhaleking in https://github.com/latent-to/bittensor/pull/3350
10+ * Mev Shield Nonce Increment Fix by @thewhaleking in https://github.com/latent-to/bittensor/pull/3349
11+ * Test Fixes by @thewhaleking in https://github.com/latent-to/bittensor/pull/3352
12+ * Use the public API for clearing nonce cache by @thewhaleking in https://github.com/latent-to/bittensor/pull/3351
13+
14+ ## New Contributors
15+ * @RUNECTZ33 made their first contribution in https://github.com/latent-to/bittensor/pull/3346
16+
17+ ** Full Changelog** : https://github.com/latent-to/bittensor/compare/v10.3.1...v10.3.2
18+
319## 10.3.1 /2026-05-06
420
521## What's Changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " bittensor"
7- version = " 10.3.1 "
7+ version = " 10.3.2 "
88description = " Bittensor SDK"
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments