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 c2cf8ca commit 3b07947Copy full SHA for 3b07947
.gitignore
@@ -112,6 +112,7 @@ ENV*
112
html/
113
.mutmut-cache
114
_test_scripts/
115
+_dev_scripts/
116
117
# Pants workspace files
118
/.pants.*
CHANGES.md
@@ -1,3 +1,6 @@
1
+# 3.17.2
2
+- Update `vonage-jwt` dependency version to fix JWT timeout issue
3
+
4
# 3.17.1
5
- Add "mark WhatsApp message as read" option for Messages API
6
setup.py
@@ -21,7 +21,7 @@
21
package_dir={"": "src"},
22
platforms=["any"],
23
install_requires=[
24
- "vonage-jwt>=1.1.0",
+ "vonage-jwt>=1.1.1",
25
"requests>=2.32.2",
26
"pytz>=2018.5",
27
"Deprecated",
0 commit comments