From accd9ebf362688b3224a5a5d014e6a631d156258 Mon Sep 17 00:00:00 2001 From: Allison Date: Mon, 27 Apr 2026 16:01:12 -0400 Subject: [PATCH] chore(deps): pin cryptography in constraints.txt for reproducibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit resend SDK omitted from B-1.1 per audit D.2 — using existing SMTP path in src/services/email.py. markdown==3.5.1 left as-is (3.6 non-breaking). --- constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/constraints.txt b/constraints.txt index 51369e3..2439c47 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1 +1,2 @@ scipy<1.15 +cryptography==47.0.0