insightconnect-plugin-runtime 6.4.2__py3-none-any.whl → 6.4.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: insightconnect-plugin-runtime
3
- Version: 6.4.2
3
+ Version: 6.4.3
4
4
  Summary: InsightConnect Plugin Runtime
5
5
  Home-page: https://github.com/rapid7/komand-plugin-sdk-python
6
6
  Author: Rapid7 Integrations Alliance
@@ -14,12 +14,12 @@ Classifier: Topic :: Software Development :: Build Tools
14
14
  Description-Content-Type: text/markdown
15
15
  Requires-Dist: requests==2.32.5
16
16
  Requires-Dist: python_jsonschema_objects==0.5.2
17
- Requires-Dist: jsonschema==4.22.0
17
+ Requires-Dist: jsonschema==4.26.0
18
18
  Requires-Dist: certifi==2026.1.4
19
19
  Requires-Dist: Flask==3.1.2
20
- Requires-Dist: gunicorn==23.0.0
21
- Requires-Dist: greenlet==3.3.0
22
- Requires-Dist: gevent==25.5.1
20
+ Requires-Dist: gunicorn==25.0.0
21
+ Requires-Dist: greenlet==3.3.1
22
+ Requires-Dist: gevent==25.9.1
23
23
  Requires-Dist: marshmallow==3.26.2
24
24
  Requires-Dist: apispec==6.5.0
25
25
  Requires-Dist: apispec-webframeworks==1.0.0
@@ -29,8 +29,8 @@ Requires-Dist: python-json-logger==2.0.7
29
29
  Requires-Dist: Jinja2==3.1.6
30
30
  Requires-Dist: python-dateutil==2.9.0.post0
31
31
  Requires-Dist: opentelemetry-sdk==1.39.1
32
- Requires-Dist: opentelemetry-instrumentation-flask==0.60b1
33
32
  Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.39.1
33
+ Requires-Dist: opentelemetry-instrumentation-flask==0.60b1
34
34
  Requires-Dist: opentelemetry-instrumentation-requests==0.60b1
35
35
  Requires-Dist: urllib3==2.6.3
36
36
  Dynamic: author
@@ -82,7 +82,7 @@ version and activate it. Then build, install, and confirm the package has been i
82
82
  > source venv/bin/activate
83
83
  > pip install -e ./
84
84
  > pip list | grep insightconnect-plugin-runtime
85
- insightconnect-plugin-runtime 6.2.3
85
+ insightconnect-plugin-runtime 6.4.3
86
86
  ```
87
87
 
88
88
  #### Building the InsightConnect Plugin Runtime Docker Images
@@ -226,6 +226,7 @@ contributed. Black is installed as a test dependency and the hook can be initial
226
226
  after cloning this repository.
227
227
 
228
228
  ## Changelog
229
+ * 6.4.3 - Updated core dependencies for improved security and performance
229
230
  * 6.4.2 - Added error handling for `hash_sha1` in helpers | Updated base images to Python 3.13.11 | Updated dependencies
230
231
  * 6.4.1 - Fix logging on cloud mode to remove `taskName` | Close boto client after assuming role
231
232
  * 6.4.0 - When running in cloud mode, always create a new connection object | Bump Python version to 3.13.9 | Docker build tidyup to reduce image size
@@ -80,7 +80,7 @@ tests/unit/test_server_spec.py,sha256=je97BaktgK0Fiz3AwFPkcmHzYtOJJNqJV_Fw5hrvqX
80
80
  tests/unit/test_trigger.py,sha256=E53mAUoVyponWu_4IQZ0IC1gQ9lakBnTn_9vKN2IZfg,1692
81
81
  tests/unit/test_variables.py,sha256=OUEOqGYZA3Nd5oKk5GVY3hcrWKHpZpxysBJcO_v5gzs,291
82
82
  tests/unit/utils.py,sha256=hcY0A2H_DMgCDXUTvDtCXMdMvRjLQgTaGcTpATb8YG0,2236
83
- insightconnect_plugin_runtime-6.4.2.dist-info/METADATA,sha256=ZIS-QYMiVGgGODEBRwOXRq_2dk5dx2rQ9frEWS0NX5I,17628
84
- insightconnect_plugin_runtime-6.4.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
85
- insightconnect_plugin_runtime-6.4.2.dist-info/top_level.txt,sha256=AJtyJOpiFzHxsbHUICTcUKXyrGQ3tZxhrEHsPjJBvEA,36
86
- insightconnect_plugin_runtime-6.4.2.dist-info/RECORD,,
83
+ insightconnect_plugin_runtime-6.4.3.dist-info/METADATA,sha256=XOZVhgZFCK5cTrHiC8sWcJ0EYMveqQNJ_TWMf6yTgKc,17702
84
+ insightconnect_plugin_runtime-6.4.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
85
+ insightconnect_plugin_runtime-6.4.3.dist-info/top_level.txt,sha256=AJtyJOpiFzHxsbHUICTcUKXyrGQ3tZxhrEHsPjJBvEA,36
86
+ insightconnect_plugin_runtime-6.4.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5