From 37a992def32b6959bbfda82ceaa77105e657049a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 27 Dec 2025 10:36:37 +0000 Subject: [PATCH 1/2] Initial plan From 522d55fa08249c2e1e21349ffbfea6b6a74128e0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Dec 2025 17:20:38 +0000 Subject: [PATCH 2/2] Add cryptography>=42.0.4 to dev dependencies for column encryption tests Co-authored-by: mykaul <4655593+mykaul@users.noreply.github.com> --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0dffa23c9..7fa90dffa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ requires-python = ">=3.9" [project.optional-dependencies] graph = ['gremlinpython==3.7.4'] -cle = ['cryptography>=35.0'] +cle = ['cryptography>=42.0.4'] compress-lz4 = ['lz4'] compress-snappy = ['python-snappy'] @@ -51,6 +51,7 @@ dev = [ "futurist", "asynctest", "pyyaml", + "cryptography>=42.0.4", "ccm @ git+https://git@github.com/scylladb/scylla-ccm.git@master", ]