Skip to content

fix(passkeys_doctor): widen device_info_plus constraint to allow ^12.0.0#238

Open
M0n7y5 wants to merge 1 commit intocorbado:mainfrom
M0n7y5:main
Open

fix(passkeys_doctor): widen device_info_plus constraint to allow ^12.0.0#238
M0n7y5 wants to merge 1 commit intocorbado:mainfrom
M0n7y5:main

Conversation

@M0n7y5
Copy link
Copy Markdown

@M0n7y5 M0n7y5 commented Apr 14, 2026

The device_info_plus constraint in passkeys_doctor is currently pinned to ^11.2.0, which prevents any project that also uses a package requiring device_info_plus ^12.0.0 from upgrading passkeys past 2.8.2.

In my case livekit_client needs device_info_plus ^12.3.0, but any package depending on device_info_plus 12.x would hit the same wall.

The only usage of device_info_plus in passkeys_doctor is DeviceInfoPlugin().iosInfo, which hasn't changed between v11 and v12, so widening the constraint to >=11.2.0 <13.0.0 should be safe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant