Comment by kjmr
13 hours ago
“Removing upper version bounds is important when publishing libraries.”
That makes total sense! The article however was written as someone creating websites, not libraries. And when I consume dependencies in my web project, I do want those upper bounds to prevent breaking changes (assuming the dependencies respect SemVer of course).
Thanks for pointing out that config, I’ve updated the article.
`uv.lock` pins exact versions (and hashes) of your dependencies.
Yes, and he is discussing how `uv lock` updates the contents of that file