diff --git a/poetry.lock b/poetry.lock index 23172115..d03574c2 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 = "3c6cdbd740503d9e4bc7547957ec11a376921433738be39f87b54e2ea5cf668a" +content-hash = "418282b74867f00174b13fec534b01abda1d5b3e7da1d3f61bf6c8fada37ac55" diff --git a/pyproject.toml b/pyproject.toml index 6d6621cb..70d40aff 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"