Skip to content

Commit 59f9f1c

Browse files
authored
Merge pull request #149 from web-genie-ai/feat/update-ddos
Feat/update ddos
2 parents cfbbe6b + 10d3650 commit 59f9f1c

File tree

3 files changed

+63
-63
lines changed

3 files changed

+63
-63
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[project]
22
name = "web-genie-ai"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "The first bittensor subnet for web generation"
55
readme = "README.md"
66
requires-python = ">=3.12.4"
77
dependencies = [
88
"ansible-vault==2.1.0",
9-
"async-substrate-interface==1.0.3",
9+
"async-substrate-interface==1.0.5",
1010
"beautifulsoup4==4.12.3",
1111
"bert-score==0.3.13",
12-
"bt-decode==0.5.0a2",
13-
"bittensor==9.0.3",
14-
"bittensor-cli==9.0.3",
12+
"bt-decode==0.5.0",
13+
"bittensor==9.1.0",
14+
"bittensor-cli==9.1.0",
1515
"clip",
1616
"datasets==3.2.0",
1717
"ddt==1.6.0",
@@ -40,7 +40,7 @@ dependencies = [
4040
"tensorflow>=2.18.0",
4141
"tf-keras",
4242
"uvicorn",
43-
"bt-ddos-shield-client>=0.1.3",
43+
"bt-ddos-shield-client==0.1.6",
4444
]
4545

4646
[project.urls]

0 commit comments

Comments
 (0)