mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
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:
@@ -12,7 +12,7 @@ authors = [
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"arrow>=1.3.0",
|
"arrow>=1.3.0",
|
||||||
"chardet>=5.2.0",
|
"chardet>=5.2.0",
|
||||||
"cryptography>=44.0.2",
|
"cryptography==46.0.3",
|
||||||
"distro; sys_platform=='linux'",
|
"distro; sys_platform=='linux'",
|
||||||
"filelock>=3.18.0",
|
"filelock>=3.18.0",
|
||||||
"google-api-python-client>=2.167.0",
|
"google-api-python-client>=2.167.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user