We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d648df commit 8016b02Copy full SHA for 8016b02
pyproject.toml
@@ -11,7 +11,7 @@ authors = [
11
{name = "bittensor.com"}
12
]
13
license = { file = "LICENSE" }
14
-requires-python = ">=3.9,<3.13"
+requires-python = ">=3.9,<3.14"
15
dependencies = [
16
"wheel",
17
"setuptools~=70.0.0",
@@ -38,7 +38,7 @@ dependencies = [
38
"websockets>=14.1",
39
"bittensor-commit-reveal>=0.2.0",
40
"bittensor-wallet>=3.0.4",
41
- "async-substrate-interface>=1.0.5"
+ "async-substrate-interface>=1.0.8"
42
43
44
[project.optional-dependencies]
0 commit comments