Skip to content

Commit 4f56a12

Browse files
Bump python from 3.12-windowsservercore to 3.13-windowsservercore in /presidio-analyzer (#1613)
1 parent 5ecfe07 commit 4f56a12

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

presidio-analyzer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim
1+
FROM python:3.13-slim
22

33
ARG NAME
44
ARG NLP_CONF_FILE=presidio_analyzer/conf/default.yaml

presidio-analyzer/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim
1+
FROM python:3.13-slim
22

33
ARG DEV_MODE=dev
44
ARG POETRY_EXTRAS=""

presidio-analyzer/Dockerfile.transformers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim
1+
FROM python:3.13-slim
22

33
ARG NAME
44
ARG NLP_CONF_FILE=presidio_analyzer/conf/transformers.yaml

presidio-analyzer/Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-windowsservercore
1+
FROM python:3.13-windowsservercore
22

33
ARG NLP_CONF_FILE=presidio_analyzer/conf/default.yaml
44
ARG ANALYZER_CONF_FILE=presidio_analyzer/conf/default_analyzer.yaml

presidio-analyzer/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ urls = {Homepage = "https://github.com/Microsoft/presidio"}
2121
readme = "README.md"
2222
include = ["conf/*",]
2323

24-
requires-python = ">=3.9,<4.0"
24+
requires-python = ">=3.9,<3.14"
2525
dependencies = [
26-
"spacy (>=3.4.4, <4.0.0, !=3.7.0)",
26+
"spacy (>=3.4.4, !=3.7.0)",
2727
"regex",
2828
"tldextract",
2929
"pyyaml",
@@ -40,6 +40,7 @@ transformers = [
4040
"accelerate",
4141
"huggingface_hub",
4242
"spacy_huggingface_pipelines"]
43+
4344
stanza = [
4445
"stanza (>=1.10.1,<2.0.0)",
4546
]

0 commit comments

Comments
 (0)