Data transfer error in v4.2.1+230427

Ever since updating to v4.2.1+230427 from v4.2.1, we have received the following error when trying to transfer data:

Traceback (most recent call last):
  File "cryosparc_master/cryosparc_compute/run.py", line 96, in cryosparc_compute.run.main
  File "cryosparc_master/cryosparc_compute/jobs/class2D/run.py", line 63, in cryosparc_compute.jobs.class2D.run.run_class_2D
  File "/cryosparc-worker/cryosparc_worker/cryosparc_compute/particles.py", line 114, in read_blobs
    u_blob_paths = cache.download_and_return_cache_paths(u_rel_paths)
  File "/cryosparc-worker/cryosparc_worker/cryosparc_compute/jobs/cache.py", line 102, in download_and_return_cache_paths
    used_mb = sync_hits(worker_hostname, ssd_cache_path, instance_id)
  File "/cryosparc-worker/cryosparc_worker/cryosparc_compute/jobs/cache.py", line 156, in sync_hits
    rc.cli.cache_sync_hits(worker_hostname, com.compress_paths(keys), sizes_mb, rc._project_uid, rc._job_uid)
  File "/cryosparc-worker/cryosparc_worker/cryosparc_tools/cryosparc/command.py", line 112, in func
    assert "error" not in res, f'Error for "{key}" with params {params}:\n' + format_server_error(res["error"])
AssertionError: Error for "cache_sync_hits" with params ('goliath01.nogales.berkeley.edu', 'eJxrYImdogcABQIBpA==', [], 'P173', 'J112'):
ServerError: cache_sync_hits() takes 3 positional arguments but 5 were given
Traceback (most recent call last):
  File "/cryosparc-master/cryosparc_master/cryosparc_command/commandcommon.py", line 200, in wrapper
    res = func(*args, **kwargs)
TypeError: cache_sync_hits() takes 3 positional arguments but 5 were given

The error does not occur in standard v4.2.1.

Does the resolution posted under TypeError: cache_sync_hits() takes 3 positional arguments but 5 were given work for you?

That fixed the error, thank you