Skip to content

Commit 2f2349d

Browse files
authored
Adds fingerprint to AccountLiability (#27)
* adds fingerprint, bumps version * nit spacing
1 parent 1a3954f commit 2f2349d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

method/resources/Account.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ class AccountLiability(TypedDict):
321321
data_sync_type: AccountLiabilitySyncTypesLiterals
322322
ownership: TradelineAccountOwnershipLiterals
323323
hash: str
324+
fingerprint: str
324325
type: AccountLiabilityTypesLiterals
325326
loan: Optional[AccountLiabilityLoan]
326327
student_loan: Optional[AccountLiabilityStudentLoan]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='method-python',
5-
version='0.0.36',
5+
version='0.0.37',
66
description='Python library for the Method API',
77
long_description='Python library for the Method API',
88
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)