-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating with logic for expire token (#45)
* Updating with logic for expire token * Updating version with added fix * adding pre release with suffix beta * Updating tests * Refactoring code and fixing bugs * Updating * Fixing str convertion issue * Handling none cases and adding fail message * Updating * Updating * Updating * Updating * Updating * Updating * Updating * Updating * Updating * Updating * Updating * Formatting with yapf * Formatting with yapf * Formatting with yapf * Threshold to expire in 10 min to test * Threshold to expire in 10 min to test * Threshold to expire in 10 min to test * Updating with gestalt beta version * Updating to test * Updating to test * Updating to test * Updating to test * Updating to test gestalt beta version * Updating to test gestalt beta version * Updating to test gestalt beta version * Updating to test gestalt beta version * Adding dateutil dependency * Adding dateutil dependency * Adding dateutil dependency * Updating with beta test * Upgrading version * Upgrading version * Updating * Updating * Updating * Updating * Updating * Updating * Updating tests * Updating tests * Updating * Updating * Updating * Updating * Updating * Updating * Updating version with beta * Removing thread and worker. * Updating * Updating * Updating * Updating * Updating * Updating * Updating * Updating * Updating * Updating * Updating * Updating * Updating * Updating * Updating * Updating * Updating
- Loading branch information
Showing
7 changed files
with
64 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ retry==0.9.2 | |
types-retry==0.9.9 | ||
jsonpath-ng==1.5.3 | ||
pytest-asyncio==0.19.0 | ||
python-dateutil>=2.8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters