### Description Currently dependencies are hard-pinned to a specific version. This is usually considered an anti-pattern. One can relax pinning to soft pinning by allowing a range of versions for dependencies.
Description
Currently dependencies are hard-pinned to a specific version. This is usually considered an anti-pattern.
One can relax pinning to soft pinning by allowing a range of versions for dependencies.