Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cryptography fixes #158

Merged
merged 1 commit into from
May 15, 2024
Merged

Cryptography fixes #158

merged 1 commit into from
May 15, 2024

Conversation

jschlyter
Copy link
Contributor

@jschlyter jschlyter commented Apr 22, 2024

  • remove deprecated cryptography backend arguments
  • pass curve as instance and always pass as keyword argument
  • bump version to 1.9.1

closes #157

pass curve as instance and always pass as keyword argument
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 92.85714% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 76.17%. Comparing base (1e79713) to head (0ee8d4a).
Report is 9 commits behind head on main.

Files Patch % Lines
src/cryptojwt/jwk/rsa.py 75.00% 1 Missing ⚠️
src/cryptojwt/jwk/x509.py 80.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
- Coverage   76.22%   76.17%   -0.06%     
==========================================
  Files          44       44              
  Lines        4745     4735      -10     
  Branches     1000     1000              
==========================================
- Hits         3617     3607      -10     
  Misses        823      823              
  Partials      305      305              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jschlyter
Copy link
Contributor Author

@rohe could you take a look at installing the Codecov app?

@rohe
Copy link
Contributor

rohe commented May 15, 2024

Will have a look at Codecov

@jschlyter jschlyter merged commit 8df18d6 into main May 15, 2024
14 checks passed
@jschlyter jschlyter deleted the cryptography_update branch May 15, 2024 07:26
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.

DeprecationWarnings with current release 1.9.0
3 participants