Skip to content

Commit b4657c0

Browse files
committed
update dependency versions
1 parent 35e9fa9 commit b4657c0

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

sms/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = 'vonage-sms'
3-
version = '1.0.0'
3+
version = '1.0.1'
44
description = 'Vonage SMS package'
55
readme = "README.md"
66
authors = [{ name = "Vonage", email = "[email protected]" }]
77
requires-python = ">=3.8"
88
dependencies = [
9-
"vonage-http-client>=1.0.0",
9+
"vonage-http-client>=1.1.0",
1010
"vonage-utils>=1.0.0",
1111
"pydantic>=2.6.1",
1212
]

vonage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ authors = [{ name = "Vonage", email = "[email protected]" }]
77
requires-python = ">=3.8"
88
dependencies = [
99
"vonage-utils>=1.0.0",
10-
"vonage-http-client>=1.0.0",
10+
"vonage-http-client>=1.1.0",
1111
"vonage-number-insight-v2>=0.1.0",
12+
"vonage-sms>=1.0.0",
1213
]
1314
classifiers = [
1415
"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__ = '3.99.0a1'
1+
__version__ = '3.99.0a2'

0 commit comments

Comments
 (0)