File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.1
2+ - Updated ` vonage_subaccounts.ListSubaccountsResponse ` for compatibility with Python 3.8
3+
14# 1.0.0
25- Initial upload
Original file line number Diff line number Diff line change 11[project ]
22name = ' vonage-subaccounts'
3- version = ' 1.0.0 '
3+ version = ' 1.0.1 '
44description = ' Vonage Subaccounts API package'
55readme = " README.md"
66authors = [{ name = " Vonage" , email = " devrel@vonage.com" }]
Original file line number Diff line number Diff line change 1- from typing import Optional , Union
1+ from typing import List , Optional , Union
22
33from pydantic import BaseModel , Field
44
@@ -23,7 +23,7 @@ class Subaccount(VonageAccount):
2323
2424class ListSubaccountsResponse (BaseModel ):
2525 primary_account : PrimaryAccount
26- subaccounts : list [Subaccount ]
26+ subaccounts : List [Subaccount ]
2727 total_balance : float
2828 total_credit_limit : Union [int , float ]
2929
Original file line number Diff line number Diff line change 1+ # 3.99.3a1
2+ - Updated ` vonage_subaccounts.ListSubaccountsResponse ` for compatibility with Python 3.8
3+
14# 3.99.3a0
25- Add support for the [ Vonage Subaccounts API] ( https://developer.vonage.com/en/use-cases/using-subaccounts ) .
36
Original file line number Diff line number Diff line change 1- __version__ = '3.99.3a0 '
1+ __version__ = '3.99.3a1 '
You can’t perform that action at this time.
0 commit comments