From 47e2ba95eb04ba34e9f76f892ceab899c5a21153 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 29 Jan 2026 16:28:52 -0500 Subject: [PATCH] Change cryptography dependency version Updated cryptography dependency version to 46.0.3. See if this works around win ARM64 issue: https://github.com/pyca/cryptography/pull/14216 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be9de63c..dc68df4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ dependencies = [ "arrow>=1.3.0", "chardet>=5.2.0", - "cryptography>=44.0.2", + "cryptography==46.0.3", "distro; sys_platform=='linux'", "filelock>=3.18.0", "google-api-python-client>=2.167.0",