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

Add explicit dependency on cryptography (fixes: #414) #427

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

jlaine
Copy link
Contributor

@jlaine jlaine commented Dec 12, 2023

Make it clear that we depend directly on the crytography package rather than relying on the transitive dependency via pyopenssl. We do not version the dependency in order to avoid clashing with the versioned dependency in pyopenssl.

Make it clear that we depend directly on the `crytography` package
rather than relying on the transitive dependency via `pyopenssl`. We do
not version the dependency in order to avoid clashing with the versioned
dependency in `pyopenssl`.
Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cd666b3) 100.00% compared to head (ce877ce) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #427   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         4687      4687           
=========================================
  Hits          4687      4687           

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

@jlaine jlaine merged commit 7f65808 into aiortc:main Dec 12, 2023
29 checks passed
@jlaine jlaine deleted the explicit-cryptography branch December 12, 2023 21:44
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