neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

chore: change pinned version from strict to range #75

Closed netoarmando closed 3 years ago

netoarmando commented 3 years ago

While still a good practice to pin the versions of dependencies we found some issues with conflicting dependencies.

This change tries to install greater than or equal to latest major version (or minor if versio is 0.X).

It keeps the exact version (==) for boto3 and botocore because of a known conflict in the production environment.

Signed-off-by: Armando Neto abiagion@redhat.com