Remix.run Logo
skydhash 3 hours ago

I don’t know where the fear of breaking changes in deps comes from, but most good projects tries to keep their API stable. Even with fast-evolving platforms like Android and iOS sdk.

awakeasleep 3 hours ago | parent [-]

It comes from trying to use Python apps you found on GitHub before uv tool install was a thing

zelphirkalt an hour ago | parent [-]

In the Python ecosystem making software with reproducibility in mind was a thing before the advent of uv. Some earlier options include Pipenv and Poetry. I used Pipenv already some 6y ago to achieve that and later switched to Poetry.

I think devs who didn't care back then also won't care in the future and will still run around with requirements.txt file in 10 years.