Skip to content
Snippets Groups Projects

Release v1.1.1 bugfix release

Closed Moul requested to merge release/1.1 into main
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -17,8 +17,7 @@ import base64
@@ -17,8 +17,7 @@ import base64
import hashlib
import hashlib
import logging
import logging
import re
import re
from typing import Any, Dict, Optional, Type, TypeVar
from typing import Any, Dict, Optional, Pattern, Type, TypeVar
from typing.re import Pattern
from ..constants import SIGNATURE_REGEX
from ..constants import SIGNATURE_REGEX
from ..key import SigningKey, VerifyingKey
from ..key import SigningKey, VerifyingKey
Loading