howler-evidence-plugin 0.1.0.dev98__tar.gz → 0.1.0.dev101__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.

Potentially problematic release.


This version of howler-evidence-plugin might be problematic. Click here for more details.

@@ -1,8 +1,9 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: howler-evidence-plugin
3
- Version: 0.1.0.dev98
3
+ Version: 0.1.0.dev101
4
4
  Summary: A howler plugin to add additional nested ECS fields to the Howler ODM
5
5
  License: MIT
6
+ License-File: LICENSE
6
7
  Author: CCCS
7
8
  Author-email: analysis-development@cyber.gc.ca
8
9
  Requires-Python: >=3.9.17, <4.0
@@ -12,6 +13,7 @@ Classifier: Programming Language :: Python :: 3.10
12
13
  Classifier: Programming Language :: Python :: 3.11
13
14
  Classifier: Programming Language :: Python :: 3.12
14
15
  Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Programming Language :: Python :: 3.14
15
17
  Description-Content-Type: text/markdown
16
18
 
17
19
  # Howler Evidence Plugin
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "howler-evidence-plugin"
3
- version = "0.1.0.dev98"
3
+ version = "0.1.0.dev101"
4
4
  description = "A howler plugin to add additional nested ECS fields to the Howler ODM"
5
5
  authors = [{ name = "CCCS", email = "analysis-development@cyber.gc.ca" }]
6
6
  license = { text = "MIT" }