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
This commit is contained in:
Jay Lee
2026-01-29 16:28:52 -05:00
committed by GitHub
parent 881cbbea61
commit 47e2ba95eb

View File

@@ -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",