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 cb2f25f commit 8eac12cCopy full SHA for 8eac12c
pyproject.toml
@@ -12,11 +12,11 @@ authors = [
12
]
13
license = { file = "LICENSE" }
14
scripts = { btcli = "bittensor_cli.cli:main" }
15
-requires-python = ">=3.9,<3.13"
+requires-python = ">=3.9,<3.14"
16
dependencies = [
17
"wheel",
18
"async-property==0.2.2",
19
- "async-substrate-interface>=1.0.7",
+ "async-substrate-interface>=1.0.8",
20
"aiohttp~=3.10.2",
21
"backoff~=2.2.1",
22
"GitPython>=3.0.0",
0 commit comments