Skip to content

chore(deps): upgrade oxyjwt to >=0.7.0 and drop pyjwt / cryptography - #178

Merged
ZhuchkaTriplesix merged 1 commit into
devfrom
chore-upgrade-oxyjwt-0-7
Aug 27, 2026
Merged

chore(deps): upgrade oxyjwt to >=0.7.0 and drop pyjwt / cryptography#178
ZhuchkaTriplesix merged 1 commit into
devfrom
chore-upgrade-oxyjwt-0-7

Conversation

@ZhuchkaTriplesix

Copy link
Copy Markdown
Member

Summary

  • Upgraded oxyjwt dev/bench dependency to >=0.7.0 which supports asymmetric keys and algorithms (RSA, PSS, ECDSA, EdDSA) natively via Rust aws_lc_rs.
  • Replaced PyJWT token signing in tests/test_jwt_rs256.py with oxyjwt.EncodingKey.from_rsa_pem.
  • Removed pyjwt and cryptography from pyproject.toml dev and bench dependencies.
  • Updated docs/jwt.md and perf-test/bench_scenarios.sh.

@ZhuchkaTriplesix
ZhuchkaTriplesix merged commit d9823fd into dev Aug 27, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant