revengai 1.96.0__py3-none-any.whl → 1.96.1__py3-none-any.whl
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.
Potentially problematic release.
This version of revengai might be problematic. Click here for more details.
- revengai/__init__.py +1 -1
- revengai/api_client.py +1 -1
- revengai/configuration.py +2 -2
- {revengai-1.96.0.dist-info → revengai-1.96.1.dist-info}/METADATA +1 -1
- {revengai-1.96.0.dist-info → revengai-1.96.1.dist-info}/RECORD +7 -7
- {revengai-1.96.0.dist-info → revengai-1.96.1.dist-info}/WHEEL +0 -0
- {revengai-1.96.0.dist-info → revengai-1.96.1.dist-info}/licenses/LICENSE.md +0 -0
revengai/__init__.py
CHANGED
revengai/api_client.py
CHANGED
|
@@ -90,7 +90,7 @@ class ApiClient:
|
|
|
90
90
|
self.default_headers[header_name] = header_value
|
|
91
91
|
self.cookie = cookie
|
|
92
92
|
# Set default User-Agent.
|
|
93
|
-
self.user_agent = 'OpenAPI-Generator/v1.96.
|
|
93
|
+
self.user_agent = 'OpenAPI-Generator/v1.96.1/python'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
def __enter__(self):
|
revengai/configuration.py
CHANGED
|
@@ -529,8 +529,8 @@ conf = revengai.Configuration(
|
|
|
529
529
|
return "Python SDK Debug Report:\n"\
|
|
530
530
|
"OS: {env}\n"\
|
|
531
531
|
"Python Version: {pyversion}\n"\
|
|
532
|
-
"Version of the API: v1.96.
|
|
533
|
-
"SDK Package Version: v1.96.
|
|
532
|
+
"Version of the API: v1.96.1\n"\
|
|
533
|
+
"SDK Package Version: v1.96.1".\
|
|
534
534
|
format(env=sys.platform, pyversion=sys.version)
|
|
535
535
|
|
|
536
536
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
revengai/__init__.py,sha256=
|
|
2
|
-
revengai/api_client.py,sha256=
|
|
1
|
+
revengai/__init__.py,sha256=UdWpRejtchp93a_3xsC9_x_M5ABlwLHrNi4TpV9uQgw,43030
|
|
2
|
+
revengai/api_client.py,sha256=Xe4mlx0nDAoOIl_EUYmXgyClI8242F2A7Fl3Fq0Gsx0,27670
|
|
3
3
|
revengai/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
|
-
revengai/configuration.py,sha256=
|
|
4
|
+
revengai/configuration.py,sha256=OcCQgXmySYM3_xPvJd_yr1zTDnlDGVio2RLxhKs0ENQ,18749
|
|
5
5
|
revengai/exceptions.py,sha256=IvdI9ZIZ9b2lSSKtIKMQDlG-5UPAedrjm3U4xfmGkso,6385
|
|
6
6
|
revengai/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
revengai/rest.py,sha256=T6Q2dcazhntqm288H33BKC1hf8NVdvmQWgaymlJo158,9376
|
|
@@ -333,7 +333,7 @@ revengai/models/vulnerabilities.py,sha256=9t6uoZd3svWyfcZJjmj6zP731Dp47Apb25y8Qt
|
|
|
333
333
|
revengai/models/vulnerability.py,sha256=P7rAOAYU5JLLpcRr824-YJgZba5kPb_J9ALV3tSNfLQ,3688
|
|
334
334
|
revengai/models/vulnerability_type.py,sha256=SyOgfMmELYYc_H84oPkikBpjwngtG5Qw9Q_86a2TPr8,866
|
|
335
335
|
revengai/models/workspace.py,sha256=chjU62GFvByEmaNd6luMNQVQLP3wlPx1zJgGJ_yyMLA,676
|
|
336
|
-
revengai-1.96.
|
|
337
|
-
revengai-1.96.
|
|
338
|
-
revengai-1.96.
|
|
339
|
-
revengai-1.96.
|
|
336
|
+
revengai-1.96.1.dist-info/METADATA,sha256=QmhJunSegvHMnCbeBC8_2pQBb_YuyRxQfT38Vc9x-kM,41374
|
|
337
|
+
revengai-1.96.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
338
|
+
revengai-1.96.1.dist-info/licenses/LICENSE.md,sha256=z1S-x9w52sZDqbFdJi0kL5-FLP5CR2aQA0kW8m6scaw,1052
|
|
339
|
+
revengai-1.96.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|