diff --git a/poetry.lock b/poetry.lock index e6a25504..6e27b669 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1651,13 +1651,13 @@ murmurhash = ">=0.28.0,<1.1.0" [[package]] name = "presidio-analyzer" -version = "2.2.357" +version = "2.2.358" description = "Presidio Analyzer package" optional = false python-versions = "<4.0,>=3.9" groups = ["main"] files = [ - {file = "presidio_analyzer-2.2.357-py3-none-any.whl", hash = "sha256:e7c545dcedb46c497ebd572578804ef7785c0628b85419c25ab947be05430483"}, + {file = "presidio_analyzer-2.2.358-py3-none-any.whl", hash = "sha256:21f0b56feb61c91f80a50662da4446a040080bb8989b20bccf9cb826189e4b93"}, ] [package.dependencies] @@ -1669,9 +1669,9 @@ tldextract = "*" [package.extras] azure-ai-language = ["azure-ai-textanalytics", "azure-core"] -gliner = ["gliner (>=0.2.13,<1.0.0) ; python_version >= \"3.10\"", "huggingface_hub", "onnxruntime-gpu (>=1.19) ; python_version >= \"3.10\"", "transformers"] +gliner = ["gliner (>=0.2.13,<1.0.0) ; python_version >= \"3.10\"", "huggingface_hub", "onnxruntime (>=1.19) ; python_version >= \"3.10\"", "transformers"] server = ["flask (>=1.1)", "gunicorn"] -stanza = ["spacy_stanza", "stanza"] +stanza = ["stanza (>=1.10.1,<2.0.0)"] transformers = ["huggingface_hub", "spacy_huggingface_pipelines", "transformers"] [[package]] @@ -3213,4 +3213,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "37db80afee34cf349c89235593613a8221e2d5c3e26dd356004f01572073e15f" +content-hash = "ae6a746c2cc229bec1d3ee9f860df589e5ea6bd9b936001e194588009a4a9b11" diff --git a/pyproject.toml b/pyproject.toml index f6f23be5..9e0fae50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ sqlite-vec-sl-tmp = "==0.0.4" greenlet = "==3.1.1" cachetools = "==5.5.2" legacy-cgi = "==2.6.2" -presidio-analyzer = "==2.2.357" +presidio-analyzer = "==2.2.358" presidio-anonymizer = "==2.2.357" onnxruntime = "==1.21.0" onnx = "==1.17.0"