File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 4.5.0
2
+ - vonage-messages: add an optional "failover" property to ` vonage_messages.Messages.send `
3
+
1
4
# 4.4.3
2
5
- vonage-number-insight: use basic header auth instead of request body auth
3
6
Original file line number Diff line number Diff line change @@ -5,11 +5,10 @@ description = "Python Server SDK for using Vonage APIs"
5
5
readme = " README.md"
6
6
requires-python = " >=3.9"
7
7
dependencies = [
8
- " vonage-utils>=1.1.4" ,
9
- " vonage-http-client>=1.5.1" ,
10
8
" vonage-account>=1.1.1" ,
11
9
" vonage-application>=2.0.1" ,
12
- " vonage-messages>=1.4.0" ,
10
+ " vonage-http-client>=1.5.1" ,
11
+ " vonage-messages>=1.5.0" ,
13
12
" vonage-network-auth>=1.0.2" ,
14
13
" vonage-network-sim-swap>=1.1.2" ,
15
14
" vonage-network-number-verification>=1.0.2" ,
@@ -18,6 +17,7 @@ dependencies = [
18
17
" vonage-sms>=1.1.6" ,
19
18
" vonage-subaccounts>=1.0.4" ,
20
19
" vonage-users>=1.2.1" ,
20
+ " vonage-utils>=1.1.4" ,
21
21
" vonage-verify>=2.1.0" ,
22
22
" vonage-verify-legacy>=1.0.1" ,
23
23
" vonage-video>=1.2.0" ,
Original file line number Diff line number Diff line change 1
- __version__ = '4.4.3 '
1
+ __version__ = '4.5.0 '
You can’t perform that action at this time.
0 commit comments