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

Bump minimum required pyopenssl version #600

Merged
merged 1 commit into from Apr 1, 2023

Conversation

codyd51
Copy link
Contributor

@codyd51 codyd51 commented Mar 30, 2023

Older versions of pyopenssl raise an exception here, as older versions expect a Union[str, bytes] instead of pathlib.Path. Versions >=23.0.0 can handle a Path here.

Another way to fix this while maintaining compatibility with older versions of pyopenssl would be to insert .as_posix() at this call site, but I'm unsure whether there are other call sites in the codebase incompatible with the older pyopenssl versions.

@nabla-c0d3 nabla-c0d3 merged commit 74e582e into nabla-c0d3:release Apr 1, 2023
9 checks passed
@nabla-c0d3
Copy link
Owner

Thank you!

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.

None yet

2 participants