We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0826551 commit 89db7e7Copy full SHA for 89db7e7
CHANGES.md
@@ -1,6 +1,7 @@
1
# 3.16.1
2
- Fix video client token option
3
- Fix typos in README
4
+- Bump minimum versions for dependencies with fixed vulnerabilities
5
6
# 3.16.0
7
- Add support for the [Vonage Number Verification API](https://developer.vonage.com/number-verification/overview)
setup.py
@@ -22,7 +22,7 @@
22
platforms=["any"],
23
install_requires=[
24
"vonage-jwt>=1.1.0",
25
- "requests>=2.4.2",
+ "requests>=2.32.2",
26
"pytz>=2018.5",
27
"Deprecated",
28
"pydantic>=2.5.2",
0 commit comments