PelionIoT / manifest-tool

A tool for creating and parsing update manifests
Apache License 2.0
10 stars 14 forks source link

pyasn1 version requirement 'pyasn1==0.3.1,<=0.4.8' causes dependency resolution problems #23

Closed jprodriguez-nbs closed 3 years ago

jprodriguez-nbs commented 3 years ago

requirements file has

pyasn1==0.3.1,<=0.4.8

This creates dependency resolution problems and seems incorrect. It looks like the correct line would be:

pyasn1>=0.3.1,<=0.4.8

moshe-shahar commented 3 years ago

Thanks @jprodriguez-nbs. The fix will be integrated into the next release.

moshe-shahar commented 3 years ago

@jprodriguez-nbs , The fix was released as part of v2.2.0 release.