File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 33 'ApiKey' ,
44 'Account' ,
55 'BalanceEntry' ,
6+ 'BillPayment' ,
67 'Commission' ,
78 'Deposit' ,
9+ 'ServiceProvider' ,
810 'Transfer' ,
911 'WhatsappTransfer' ,
1012 'configure' ,
1618 Account ,
1719 ApiKey ,
1820 BalanceEntry ,
21+ BillPayment ,
1922 Commission ,
2023 Deposit ,
24+ ServiceProvider ,
2125 Transfer ,
2226 WhatsappTransfer ,
2327)
Original file line number Diff line number Diff line change 1- __version__ = '0.3.5 '
1+ __version__ = '0.3.6 '
22CLIENT_VERSION = __version__
33API_VERSION = '2020-03-19'
Original file line number Diff line number Diff line change 2525 install_requires = [
2626 'aws-requests-auth==0.4.3' ,
2727 'requests>=2.24,<2.25' ,
28- 'cuenca-validations>=0.5 .0,<0.6 .0' ,
28+ 'cuenca-validations>=0.6 .0,<0.7 .0' ,
2929 'dataclasses>=0.7;python_version<"3.7"' ,
3030 ],
3131 classifiers = [
You can’t perform that action at this time.
0 commit comments