Pin Your Packages(nvie.com)
nvie.com
Pin Your Packages
http://nvie.com/posts/pin-your-packages/
1 comments
The article does state that you should not do version pinning with libraries:
WARNING: don’t pin by default when you’re building libraries! Only use pinning for end products.
WARNING: don’t pin by default when you’re building libraries! Only use pinning for end products.
Perhaps a caveat should apply to this article -- it's only applicable to deployments, not to Python packages intended for third-party use.