We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13bb015 + 2eb7077 commit 98e8915Copy full SHA for 98e8915
src/onepassword/core.py
@@ -8,6 +8,7 @@
8
# We set the limit to 50MB to be safe and consistent with the other SDKs (where this limit is 64MB), to be reconsidered upon further testing
9
MESSAGE_LIMIT = 50 * 1024 * 1024
10
11
+
12
machine_arch = platform.machine().lower()
13
major,minor = map(int,platform.python_version()[:4].split('.'))
14
base_path = "onepassword.lib"
0 commit comments