Skip to content

Commit 4a83745

Browse files
committed
Limit fido2 to exclude version 2.x in optional dependencies for now
1 parent 71f9b8a commit 4a83745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dynamic = ['version']
3535

3636
[project.optional-dependencies]
3737
bcrypt = ['bcrypt >= 3.1.3']
38-
fido2 = ['fido2 >= 0.9.2']
38+
fido2 = ['fido2 >= 0.9.2, < 2']
3939
gssapi = ['gssapi >= 1.2.0']
4040
libnacl = ['libnacl >= 1.4.2']
4141
pkcs11 = ['python-pkcs11 >= 0.7.0']

0 commit comments

Comments
 (0)