Releases: cuenca-mx/cuenca-python
Releases · cuenca-mx/cuenca-python
don't filter out user_id on responses
All resources were already returning user_id. All this change does is ensure that it's not filtered by the client library
add cards resource
Add the cards resource
Broaden dependency requirements
The prior dependencies were pinned, which poses an issue if another library has different requirements. This release allows for a broader version of it's dependencies.
change QueryParams and banks list
- change
QueryParams.usertoQueryParams.user_id - remove Banco FAMSA
update dependencies
- remove
clabeas a direct dependency - upgrade version of
cuenca-validations - upgrade minimum requirement for
dataclassesfor python 3.6
Bump version of clabe
Banxico has removed Kuspit from SPEI
transfers and deposits resources
Added the following resources:
- balance entries
- commissions
- deposits
- whatsapp transfers
more robust Transfer.create_many
This solves the issue of Transfer.create_many failing if a set of the transfers fail. It now responds with a list of successfully submitted transfers along with the transfer requests that failed.
transactions (working this time)
Add resources for all transaction types.
transactions
Add resources for all transaction types.