balena-io / balena-sdk-python

Balena SDK for Python
Apache License 2.0
67 stars 46 forks source link

Allow HUP between dev OS variants #327

Closed otaviojacobi closed 1 year ago

otaviojacobi commented 1 year ago

Change-type: minor

otaviojacobi commented 1 year ago

@thgreasi the reason why the methhod __get_variant is not exactly the same (typings) from the previous PR is because I just dropped the typings. The reason for that being that the typings in there consider using Semver 3.0 as parameter which are different and one of the breaking changes on that PR. All the rest, should be exactly the same. I will rebase on this once merged and I can even add the typings as a minor later on