File tree Expand file tree Collapse file tree 6 files changed +11
-5
lines changed
src/vonage_number_insight Expand file tree Collapse file tree 6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.7
2+ - Use basic header auth instead of request body auth
3+
14# 1.0.6
25- Updated dependency versions
36
Original file line number Diff line number Diff line change 1- __version__ = '1.0.6 '
1+ __version__ = '1.0.7 '
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class NumberInsight:
2525
2626 def __init__ (self , http_client : HttpClient ) -> None :
2727 self ._http_client = http_client
28- self ._auth_type = 'body '
28+ self ._auth_type = 'basic '
2929
3030 @property
3131 def http_client (self ) -> HttpClient :
Original file line number Diff line number Diff line change 1+ # 4.4.3
2+ - vonage-number-insight: use basic header auth instead of request body auth
3+
14# 4.4.2
2- - vonage-sms: Make returned response fields optional
5+ - vonage-sms: make returned response fields optional
36
47# 4.4.1
58- Update some Voice API parameters
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies = [
1313 " vonage-network-auth>=1.0.2" ,
1414 " vonage-network-sim-swap>=1.1.2" ,
1515 " vonage-network-number-verification>=1.0.2" ,
16- " vonage-number-insight>=1.0.6 " ,
16+ " vonage-number-insight>=1.0.7 " ,
1717 " vonage-numbers>=1.0.4" ,
1818 " vonage-sms>=1.1.6" ,
1919 " vonage-subaccounts>=1.0.4" ,
Original file line number Diff line number Diff line change 1- __version__ = '4.4.2 '
1+ __version__ = '4.4.3 '
You can’t perform that action at this time.
0 commit comments