Skip to content

Commit

Permalink
update dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Oct 30, 2024
1 parent 655a815 commit 3b7d16e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 3.17.3
- Fix bug in JWT generator

# 3.17.2
- Update `vonage-jwt` dependency version to fix JWT timeout issue

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
package_dir={"": "src"},
platforms=["any"],
install_requires=[
"vonage-jwt>=1.1.1",
"vonage-jwt>=1.1.4",
"requests>=2.32.2",
"pytz>=2018.5",
"Deprecated",
Expand Down

0 comments on commit 3b7d16e

Please sign in to comment.