Skip to content

v11.4.1

Choose a tag to compare

@doronz88 doronz88 released this 05 Sep 22:33
· 4 commits to master since this release
01827bd

Highlights

馃悰 Fix broken developer / lockdown groups after upgrading in-place

Since v10.2.2, pymobiledevice3 requires typer-injector >= 0.2.2 to merge duplicate typer.Context parameters, but the declared lower bound stayed at 0.2.0. Upgrading pymobiledevice3 in an environment that already had typer-injector 0.2.0 kept the broken pair, and the whole developer and lockdown command groups failed to load with a ParameterNameConflictError. The lower bound is now 0.3.0, so upgrading pymobiledevice3 pulls a compatible typer-injector automatically:

python3 -m pip install -U pymobiledevice3
pymobiledevice3 developer --help   # loads again

What's Changed

New Contributors

Full Changelog: v11.4.0...v11.4.1