Skip to content

Update fido2 requirement from ~=1.1 to ~=2.0#175

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/fido2-approx-eq-2.0
Closed

Update fido2 requirement from ~=1.1 to ~=2.0#175
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/fido2-approx-eq-2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 30, 2025

Updates the requirements on fido2 to permit the latest version.

Release notes

Sourced from fido2's releases.

python-fido2 2.0.0

Version 2.0.0 (released 2025-05-20)

  • See also the migration guide: doc/Migration_1-2.adoc.
  • Python 3.10 or later is now required.
  • WebAuthn dataclasses have been updated to align with the WebAuthn Level 3 Working Draft. Constructors now require keyword arguments (kwargs_only=True), and serialization to/from dictionaries is compatible with standardized JSON formats.
  • The features.webauthn_json_mapping flag has been removed, as its behavior (standardized JSON mapping) is now default.
  • Fido2Client and WindowsClient constructors now accept a ClientDataCollector instance instead of origin and verify parameters.
  • WindowsClient has been relocated to fido2.client.windows. Importing this class on non-Windows platforms will now raise an ImportError.
  • Fido2Client methods now return RegistrationResponse and AuthenticationResponse objects, instead of raw attestation/assertion data.
  • CTAP2/WebAuthn extension handling has been redesigned. Fido2Client now expects a list of Ctap2Extension instances. Default behavior includes extensions commonly supported by browsers.
  • The fido2.cbor module's load_x and dump_x functions have been made private (renamed with a leading underscore) and should not be used directly.
  • Previously deprecated functions and APIs have been removed.
  • The __version__ attribute in fido2/__init__.py has been removed. Use importlib.metadata.version('fido2') to get the package version.
  • Add support for Persistent PinUvAuthToken and encIdentifier.
  • Add support for hmac-secret-mc and thirdPartyPayments exensions.
  • Add new GetInfo fields based on CTAP 2.2
  • Update COSE algorithnm types.
  • Building the library now requires Poetry version 2.0 or later.
Changelog

Sourced from fido2's changelog.

  • Version 2.0.0 (released 2025-05-20) ** See also the migration guide: doc/Migration_1-2.adoc. ** Python 3.10 or later is now required. ** WebAuthn dataclasses have been updated to align with the WebAuthn Level 3 Working Draft. Constructors now require keyword arguments (kwargs_only=True), and serialization to/from dictionaries is compatible with standardized JSON formats. ** The features.webauthn_json_mapping flag has been removed, as its behavior (standardized JSON mapping) is now default. ** Fido2Client and WindowsClient constructors now accept a ClientDataCollector instance instead of origin and verify parameters. ** WindowsClient has been relocated to fido2.client.windows. Importing this class on non-Windows platforms will now raise an ImportError. ** Fido2Client methods now return RegistrationResponse and AuthenticationResponse objects, instead of raw attestation/assertion data. ** CTAP2/WebAuthn extension handling has been redesigned. Fido2Client now expects a list of Ctap2Extension instances. Default behavior includes extensions commonly supported by browsers. ** The fido2.cbor module's load_x and dump_x functions have been made private (renamed with a leading underscore) and should not be used directly. ** Previously deprecated functions and APIs have been removed. ** The __version__ attribute in fido2/__init__.py has been removed. Use importlib.metadata.version('fido2') to get the package version. ** Add new GetInfo fields based on CTAP 2.2. ** Add support for Persistent PinUvAuthToken and encIdentifier. ** Add support for hmac-secret-mc and thirdPartyPayments exensions. ** Update COSE algorithm types. ** Building the library now requires Poetry version 2.0 or later.

  • Version 1.2.0 (released 2024-11-27) ** Improved extension handling: Several new extensions are now supported, both for Fido2Client and WindowsClient. Extension APIs have been redesigned, and old APIs have been deprecated, slated for removal in version 2.0. *** Disable hmac-secret extension by default, preferring prf. ** Improved (de-)serialization of dataclasses to/from JSON-friendly dicts. ** Fido2Client: *** Support allowCredentials/excludeCredentials of arbitrary length. *** Handle PUAT_REQUIRED by re-attempting with PIN/UV. ** Allow localhost (and subdomains) to use http:// in RP ID verification by default. ** NFC: Support for Authenticators that return SW=61XX on SELECT. ** USB: Improve connection recovery and use more specific exceptions for errors. ** Fix: Handle residentKey=preferred properly. ** Fix: Handle Authentictors that do not pass extensions in GetInfo.

  • Version 1.1.3 (released 2024-03-13) ** Fix USB HID issue on MacOS that sometimes caused a pause while waiting for a timeout. ** Fix argument to CredProp extension where an enum value was required instead of also allowing a string.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [fido2](https://github.com/Yubico/python-fido2) to permit the latest version.
- [Release notes](https://github.com/Yubico/python-fido2/releases)
- [Changelog](https://github.com/Yubico/python-fido2/blob/main/NEWS)
- [Commits](Yubico/python-fido2@1.1.0...2.0.0)

---
updated-dependencies:
- dependency-name: fido2
  dependency-version: 2.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 30, 2025
@github-actions
Copy link
Copy Markdown

Test Results

0 tests   - 4   0 ✅  - 4   0s ⏱️ ±0s
0 suites  - 3   0 💤 ±0 
0 files    - 1   0 ❌ ±0 

Results for commit fc897b5. ± Comparison against base commit f0b8a4e.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 19, 2026

Superseded by #186.

@dependabot dependabot Bot closed this Jan 19, 2026
@dependabot dependabot Bot deleted the dependabot/pip/fido2-approx-eq-2.0 branch January 19, 2026 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants