solokeys / solo1-cli

Solo 1 library and CLI in Python
https://pypi.org/project/solo-python
Apache License 2.0
183 stars 69 forks source link

Use any version of fido2-0.8 when available #112

Closed uli-heller closed 3 years ago

uli-heller commented 3 years ago

Took this https://martin-thoma.com/pyproject-toml/ as an example When a version 0.8.2 is released, we will hopefully use it

nickray commented 3 years ago

Thats what the existing selector does. (Unless your issue is to support 0.8.0 specifically also, then it'd have to change to ~=0.8.0.)