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

fix(pyproject): drop unused wheel dep, update setuptools#364

Merged
thewhaleking merged 3 commits into
RaoFoundation:stagingfrom
kilyanni:pyproj-fix
Jun 11, 2026
Merged

fix(pyproject): drop unused wheel dep, update setuptools#364
thewhaleking merged 3 commits into
RaoFoundation:stagingfrom
kilyanni:pyproj-fix

Conversation

@kilyanni

Copy link
Copy Markdown
Contributor

Fixes RaoFoundation/bittensor#3376
TL;DR: wheel doesn't need to be in dependencies. This PR drops it, and no functionality changes should be caused by this change.

Also updates the minimum required setuptools version to match that used in the main bittensor repo, where it was updated due to CVEs. See: RaoFoundation/bittensor#3339

@kilyanni kilyanni changed the title Pyproj fix fix(pyproject): drop unused wheel dep, update setuptools Jun 10, 2026
@thewhaleking thewhaleking changed the base branch from master to staging June 11, 2026 06:11
@thewhaleking thewhaleking added run-bittensor-sdk-tests Runs Bittensor SDK tests. run-bittensor-cli-tests Runs BTCLI tests. labels Jun 11, 2026
@thewhaleking thewhaleking merged commit 716d72f into RaoFoundation:staging Jun 11, 2026
234 of 252 checks passed
@thewhaleking thewhaleking mentioned this pull request Jun 11, 2026
@kilyanni kilyanni deleted the pyproj-fix branch June 11, 2026 14:42
@thewhaleking thewhaleking mentioned this pull request Jun 11, 2026
thewhaleking added a commit that referenced this pull request Jun 11, 2026
* Adds new methods `runtime_calls` which allows for sending multiple runtime calls in one message

* Changes `asyncio.iscoroutinefunction` to `inspect.iscoroutinefunction`, as `asyncio.iscoroutinefunction` is now deprecated.

* Add `StorageKey.create_from_storage_function_batch` method to batch create storage keys

* Add benchmark

* Add test

* Add methods to (Async)SubstrateInterface

* Merge pull request #364 from kilyanni/pyproj-fix

fix(pyproject): drop unused wheel dep, update setuptools

* Changelog + version (#365)

---------

Co-authored-by: Nikolas Kilian <github@nkilian.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

run-bittensor-cli-tests Runs BTCLI tests. run-bittensor-sdk-tests Runs Bittensor SDK tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Redundant dependency in pyproject.toml

2 participants