Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

fix: use int.from_bytes#846

Merged
arithmetic1728 merged 3 commits intomasterfrom
remove-int_from_bytes
Aug 20, 2021
Merged

fix: use int.from_bytes#846
arithmetic1728 merged 3 commits intomasterfrom
remove-int_from_bytes

Conversation

@busunkim96
Copy link
Copy Markdown
Contributor

@busunkim96 busunkim96 commented Aug 20, 2021

Now that Python 2.7 support has been removed we can use int.from_bytes instead of deprecated
function int_from_bytes.

Fixes #773

release-please bot and others added 2 commits August 20, 2021 16:47
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
@busunkim96 busunkim96 requested review from a team, arithmetic1728 and silvolu as code owners August 20, 2021 16:51
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 20, 2021
@busunkim96 busunkim96 changed the title Fixes #773 fix: use int.from_bytes Aug 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

JWT decoding depends upon deprecated function

2 participants