Skip to content

Update fido2 requirement from ~=1.1 to ~=2.1#186

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 19, 2026

Updates the requirements on fido2 to permit the latest version.

Release notes

Sourced from fido2's releases.

python-fido2 2.1.0

Version 2.1.0 (released 2026-01-14)

  • CTAP 2.3 support:
    • Add new GetInfo fields: enc_cred_store_state.
    • Add support for pinComplexityPolicy extension.
    • Add thirdPartyPayment bit to credman.
    • Check support for config subcommands.
  • WebAuthn:
    • Allow UserEntity without 'name' field for improved spec compliance.
    • Update MDS3 dataclasses with new fields.
  • Fido2Client:
    • Fallback to PIN after UV_BLOCKED error.
    • Improve preflight handling when message exceeds maximum size.
  • WindowsClient:
    • Fix: Parse 'credentialProtectionPolicy' properly.
    • Update win_api.py from latest webauthn.h.
    • Add support for hmac-secret-mc extension.
    • Add support for hints.
  • Development:
    • Switch from Poetry to uv for project management.
    • Add pyright and ty for improved type checking.
    • Replace bandit and flake8 with ruff for linting.
Changelog

Sourced from fido2's changelog.

  • Version 2.1.0 (released 2026-01-14) ** CTAP 2.3 support: *** Add new GetInfo fields: enc_cred_store_state. *** Add support for pinComplexityPolicy extension. *** Add thirdPartyPayment bit to credman. *** Check support for config subcommands. ** WebAuthn: *** Allow UserEntity without 'name' field for improved spec compliance. *** Update MDS3 dataclasses with new fields. ** Fido2Client: *** Fallback to PIN after UV_BLOCKED error. *** Improve preflight handling when message exceeds maximum size. ** WindowsClient: *** Fix: Parse 'credentialProtectionPolicy' properly. *** Update win_api.py from latest webauthn.h. *** Add support for hmac-secret-mc extension. *** Add support for hints. ** Development: *** Switch from Poetry to uv for project management. *** Add pyright and ty for improved type checking. *** Replace bandit and flake8 with ruff for linting.

  • 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.

... (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.1.0)

---
updated-dependencies:
- dependency-name: fido2
  dependency-version: 2.1.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 Jan 19, 2026
@github-actions
Copy link
Copy Markdown

Test Results

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

Results for commit 25df295. ± Comparison against base commit 9de3fe6.

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