Skip to content

Commit f7a61ea

Browse files
committed
prepare for new release
1 parent 65b7aa5 commit f7a61ea

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

vonage/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 4.5.0
2+
- vonage-messages: add an optional "failover" property to `vonage_messages.Messages.send`
3+
14
# 4.4.3
25
- vonage-number-insight: use basic header auth instead of request body auth
36

vonage/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ description = "Python Server SDK for using Vonage APIs"
55
readme = "README.md"
66
requires-python = ">=3.9"
77
dependencies = [
8-
"vonage-utils>=1.1.4",
9-
"vonage-http-client>=1.5.1",
108
"vonage-account>=1.1.1",
119
"vonage-application>=2.0.1",
12-
"vonage-messages>=1.4.0",
10+
"vonage-http-client>=1.5.1",
11+
"vonage-messages>=1.5.0",
1312
"vonage-network-auth>=1.0.2",
1413
"vonage-network-sim-swap>=1.1.2",
1514
"vonage-network-number-verification>=1.0.2",
@@ -18,6 +17,7 @@ dependencies = [
1817
"vonage-sms>=1.1.6",
1918
"vonage-subaccounts>=1.0.4",
2019
"vonage-users>=1.2.1",
20+
"vonage-utils>=1.1.4",
2121
"vonage-verify>=2.1.0",
2222
"vonage-verify-legacy>=1.0.1",
2323
"vonage-video>=1.2.0",

vonage/src/vonage/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.4.3'
1+
__version__ = '4.5.0'

0 commit comments

Comments
 (0)