Skip to content

Commit a694494

Browse files
committed
Fix url reputation runtime dependency metadata
Signed-off-by: lucarlig <luca.carlig@ibm.com>
1 parent 1ea54b5 commit a694494

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

plugins/rust/python-package/url_reputation/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/url_reputation/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)