akashcli 3.2.0__tar.gz → 3.4.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: akashcli
3
- Version: 3.2.0
3
+ Version: 3.4.0
4
4
  Summary: Enterprise Developer SDK and CLI for Akash Vault
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
7
7
  Requires-Dist: httpx
8
8
  Requires-Dist: typer[all]
9
9
  Requires-Dist: rich
10
+ Requires-Dist: jwt
10
11
  Requires-Dist: cryptography
11
12
  Requires-Dist: questionary
12
13
 
@@ -1,12 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: akashcli
3
- Version: 3.2.0
3
+ Version: 3.4.0
4
4
  Summary: Enterprise Developer SDK and CLI for Akash Vault
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
7
7
  Requires-Dist: httpx
8
8
  Requires-Dist: typer[all]
9
9
  Requires-Dist: rich
10
+ Requires-Dist: jwt
10
11
  Requires-Dist: cryptography
11
12
  Requires-Dist: questionary
12
13
 
@@ -1,5 +1,6 @@
1
1
  httpx
2
2
  typer[all]
3
3
  rich
4
+ jwt
4
5
  cryptography
5
6
  questionary
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "akashcli"
3
- version = "3.2.0"
3
+ version = "3.4.0"
4
4
  description = "Enterprise Developer SDK and CLI for Akash Vault"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
@@ -8,6 +8,7 @@ dependencies = [
8
8
  "httpx",
9
9
  "typer[all]",
10
10
  "rich",
11
+ "jwt",
11
12
  "cryptography",
12
13
  "questionary",
13
14
  ]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes