Releases: gensyn/ssh_command
Releases · gensyn/ssh_command
v1.0.2
What's Changed
Disabling Fido2 Windows module on Linux
The latest Home Assistant version included a new fido2 version which breaks the latest asyncssh version on non-Windows systems. This release includes a workaround that disables the module fido2.client.windows on non-Windows systems at system level if importing it fails. I feel like this should not be problematic but please install this update with caution and report back any issues you may encounter. Hopefully, I can remove the workaround with the next asyncssh release.
- fix: work around asyncssh/fido2 AttributeError on Python 3.14 non-Windows by @Copilot in #23
New Contributors
- @dependabot[bot] made their first contribution in #17
Full Changelog: v1.0.1...v1.0.2