Get_vault_assets throws exception

Calling get_vault_assets from the Fireblocks Python SDK throws a validation error:

Python311\Lib\site-packages\fireblocks\api_client.py:325: UserWarning: Failed to deserialize response of type List[VaultAsset]: 4 validation errors for VaultAsset
total
Input should be a valid string [type=string_type, input_value=1.23456789, input_type=float]

Hi @Jasper, and welcome to the Fireblocks developer community!

Thank you for bringing this up, I have just tested this myself and noticed the same error, I believe that some values returned as int and floats are not properly converted into type string before being added to the VaultAssets model for total, pending, lockedAmount and frozen

I will try and get this resolved as quickly as possible.