Skip to content

Commit

Permalink
fix: Refresh JWT only when expired, not before every request (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV authored May 10, 2024
1 parent 8c189ee commit 656e507
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lark = "^0.11.1"
rpcq = "^3.10.0"
networkx = ">=2.5"
importlib-metadata = { version = ">=3.7.3,<5", python = "<3.8" }
qcs-sdk-python = "0.17.8"
qcs-sdk-python = "0.17.9"
tenacity = "^8.2.2"
types-python-dateutil = "^2.8.19"
types-retry = "^0.9.9"
Expand Down

0 comments on commit 656e507

Please sign in to comment.