Skip to content

Commit e405c4f

Browse files
committed
Fix encoded exfil runtime dependency metadata
Signed-off-by: lucarlig <luca.carlig@ibm.com>
1 parent 3f328c0 commit e405c4f

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

plugins/rust/python-package/encoded_exfil_detection/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ authors = [{ name = "ContextForge Contributors" }]
1010
license = { text = "Apache-2.0" }
1111
readme = "README.md"
1212
requires-python = ">=3.11"
13+
dependencies = [
14+
"pydantic>=2,<3",
15+
]
1316
classifiers = [
1417
"Programming Language :: Rust",
1518
"Programming Language :: Python :: Implementation :: CPython",

plugins/rust/python-package/encoded_exfil_detection/uv.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)