From 23a4efaa604f7b4e4b4f9fb104d477300dbd81d0 Mon Sep 17 00:00:00 2001 From: Joseph Catrambone Date: Tue, 18 Jun 2024 14:33:07 -0700 Subject: [PATCH] Pin unpinned dependencies. --- pyproject.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 41b51d8..56692a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,10 @@ license = {file = "LICENSE"} readme = "README.md" requires-python = ">= 3.8.1" dependencies = [ - "presidio-analyzer", - "presidio-anonymizer", + "presidio-analyzer==2.2.354", + "presidio-anonymizer==2.2.354", + "numpy==1.26.4", + "spacy==3.7.4", "guardrails-ai>=0.4.0" ] @@ -29,4 +31,5 @@ testpaths = [ ] [tool.pyright] -include = ["validator"] \ No newline at end of file +include = ["validator"] +