algosec-appviz 0.0.6__tar.gz → 0.0.7__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.1
2
2
  Name: algosec_appviz
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: AlgoSec AppViz Library
5
5
  Home-page: https://github.com/bogdan-iot/algosec-appviz
6
6
  License: LICENSE
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
6
6
  name = "algosec_appviz"
7
7
  repository = "https://github.com/bogdan-iot/algosec-appviz"
8
8
  documentation = "https://github.com/bogdan-iot/algosec-appviz/blob/master/README.md"
9
- version = "0.0.6"
9
+ version = "0.0.7"
10
10
  license = "LICENSE"
11
11
  readme = "README.md"
12
12
  description = "AlgoSec AppViz Library"
@@ -32,7 +32,7 @@ class AppViz:
32
32
  "Accept": "application/json"
33
33
  }
34
34
 
35
- response = requests.post(login_url, json=data, headers=headers)
35
+ response = requests.post(login_url, json=data, headers=headers, proxies=self.proxies)
36
36
  if response.status_code != 200:
37
37
  raise ConnectionError(f"Authentication to AppViz failed: {response.text}")
38
38
 
File without changes
File without changes