Skip to content

Commit

Permalink
Polish off python-trio#670
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks committed Jan 2, 2025
1 parent a49a64b commit 4290066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/670.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update from deprecated pyOpenSSL APIs to non-deprecated cryptography APIs.
2 changes: 1 addition & 1 deletion src/trustme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from contextlib import contextmanager
from enum import Enum
from tempfile import NamedTemporaryFile
from typing import TYPE_CHECKING, Generator, List, Optional, Union, cast
from typing import TYPE_CHECKING, Generator, List, Optional, Union

import idna
from cryptography import x509
Expand Down

0 comments on commit 4290066

Please sign in to comment.