From ade2a4e68d85e44d8d0e0f1bec9f1ea2b4e99139 Mon Sep 17 00:00:00 2001 From: tyagian Date: Sat, 2 May 2026 19:34:49 -0400 Subject: [PATCH] fix: depdency models --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ec408e..22de028 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,8 @@ readme = "README.md" license = {text = "MIT"} requires-python = ">=3.9" authors = [ - {name = "SentinelGuard Contributors"} + {name = "SentinelGuard Contributors"}, + {name = "Anuj Tyagi"}, ] keywords = ["llm", "security", "guardrails", "ai", "safety", "pii", "adversarial"] classifiers = [ @@ -35,6 +36,7 @@ dependencies = [ "presidio-analyzer>=2.2.0", "presidio-anonymizer>=2.2.0", "spacy>=3.6.0", + "en-core-web-lg>=3.6.0", # Model-based detection (HuggingFace) "transformers>=4.30.0", "torch>=2.0.0",