From 9a0f9091d5869e7f200e61cee09bf3525e4c01ec Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Jul 2026 07:59:38 +0000 Subject: [PATCH 1/2] Initial plan From 2ed1d4422f64b917433dc13c76e8dc3b9d7871c2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Jul 2026 08:00:51 +0000 Subject: [PATCH 2/2] chore: bump cryptography upper bound to <49.0.0 to allow patched 48.x --- presidio-anonymizer/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presidio-anonymizer/pyproject.toml b/presidio-anonymizer/pyproject.toml index 6e376fb58..2ebd6b3e3 100644 --- a/presidio-anonymizer/pyproject.toml +++ b/presidio-anonymizer/pyproject.toml @@ -22,7 +22,7 @@ readme = "README.md" requires-python = ">=3.10,<4.0" dependencies = [ - "cryptography (>=46.0.4,<47.0.0)" + "cryptography (>=48.0.1,<49.0.0)" ] [project.optional-dependencies]