github doronz88/pymobiledevice3 v11.4.1

latest release: v11.4.2
3 hours ago

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

Don't miss a new pymobiledevice3 release

NewReleases is sending notifications on new releases.