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 655a815 commit 3b7d16eCopy full SHA for 3b7d16e
CHANGES.md
@@ -1,3 +1,6 @@
1
+# 3.17.3
2
+- Fix bug in JWT generator
3
+
4
# 3.17.2
5
- Update `vonage-jwt` dependency version to fix JWT timeout issue
6
setup.py
@@ -21,7 +21,7 @@
21
package_dir={"": "src"},
22
platforms=["any"],
23
install_requires=[
24
- "vonage-jwt>=1.1.1",
+ "vonage-jwt>=1.1.4",
25
"requests>=2.32.2",
26
"pytz>=2018.5",
27
"Deprecated",
0 commit comments