Skip to content

Commit 658049e

Browse files
committed
update package versions
1 parent 0271673 commit 658049e

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
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.1.1
2+
- Include new package versions
3+
14
# 4.1.0
25
- Add support for API key/secret header authentication for the Messages and Verify APIs (JWT is the default and recommended method)
36
- Add `Voice.get_recording` method to get call recordings

vonage/pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ requires-python = ">=3.9"
77
dependencies = [
88
"vonage-utils>=1.1.4",
99
"vonage-http-client>=1.5.0",
10-
"vonage-account>=1.1.0",
11-
"vonage-application>=2.0.0",
10+
"vonage-account>=1.1.1",
11+
"vonage-application>=2.0.1",
1212
"vonage-messages>=1.3.0",
13-
"vonage-network-auth>=1.0.1",
14-
"vonage-network-sim-swap>=1.1.1",
15-
"vonage-network-number-verification>=1.0.1",
16-
"vonage-number-insight>=1.0.5",
17-
"vonage-numbers>=1.0.3",
18-
"vonage-sms>=1.1.4",
13+
"vonage-network-auth>=1.0.2",
14+
"vonage-network-sim-swap>=1.1.2",
15+
"vonage-network-number-verification>=1.0.2",
16+
"vonage-number-insight>=1.0.6",
17+
"vonage-numbers>=1.0.4",
18+
"vonage-sms>=1.1.5",
1919
"vonage-subaccounts>=1.0.4",
20-
"vonage-users>=1.2.0",
20+
"vonage-users>=1.2.1",
2121
"vonage-verify>=2.1.0",
22-
"vonage-verify-legacy>=1.0.0",
23-
"vonage-video>=1.0.3",
24-
"vonage-voice>=1.0.6",
22+
"vonage-verify-legacy>=1.0.1",
23+
"vonage-video>=1.0.4",
24+
"vonage-voice>=1.1.0",
2525
]
2626
classifiers = [
2727
"Programming Language :: Python",

vonage/src/vonage/_version.py

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

0 commit comments

Comments
 (0)