akashcli 3.4.0__tar.gz → 3.6.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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: akashcli
3
- Version: 3.4.0
3
+ Version: 3.6.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
@@ -5,6 +5,7 @@ import os
5
5
  import subprocess
6
6
  import webbrowser
7
7
  import httpx
8
+ import urllib.parse
8
9
  import questionary
9
10
  from typing import Optional
10
11
  from pathlib import Path
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: akashcli
3
- Version: 3.4.0
3
+ Version: 3.6.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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "akashcli"
3
- version = "3.4.0"
3
+ version = "3.6.0"
4
4
  description = "Enterprise Developer SDK and CLI for Akash Vault"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
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