Thoughts on OpenAI acquiring Astral and uv/ruff/ty
11–20 of 28 posts
Re: Thoughts on OpenAI acquiring Astral and uv/ruff/ty
#12Earlier quoted context omitted.
Poetry had already solved that.
What's the poetry equivalent of this? uv run --with boto3 python
> The key issue uv solved wasn't dependencies, it was environments.
and not specific, niche features.
I don't know of such a command in Poetry, but it could still be solved with dev groups or running Python in the virtual environment and installing the package.
Re: Thoughts on OpenAI acquiring Astral and uv/ruff/ty
#13Re: Thoughts on OpenAI acquiring Astral and uv/ruff/ty
#14Earlier quoted context omitted.
What's the poetry equivalent of this? uv run --with boto3 python
The claim was: > The key issue uv solved wasn't dependencies, it was environments. and not specific, niche features. I don't know of such a command in Poetry, but it could still be solved with dev groups or running Python in the virtual environment and installing the package.
Re: Thoughts on OpenAI acquiring Astral and uv/ruff/ty
#15what is stopping the poetry guys to rewrite poetry from the ground up as part of a breaking new release?
Re: Thoughts on OpenAI acquiring Astral and uv/ruff/ty
#16what is stopping the poetry guys to rewrite poetry from the ground up as part of a breaking new release?
Re: Thoughts on OpenAI acquiring Astral and uv/ruff/ty
#17Re: Thoughts on OpenAI acquiring Astral and uv/ruff/ty
#18what is stopping the poetry guys to rewrite poetry from the ground up as part of a breaking new release?
What happened to Poetry? did it just not gain enough traction? I was under the impression it was the hot new thing a few years back then uv comes out of nowhere.
Now it’s just a has-been. The churn in python is incredible.
Re: Thoughts on OpenAI acquiring Astral and uv/ruff/ty
#19Not to gatekeep things but if you think uv solved python dependency issues then you probably never had those issues in the first place and pip would have been enough for your use case. Conda on the other hand, with external binary dependencies, now we're talking.
Re: Thoughts on OpenAI acquiring Astral and uv/ruff/ty
#20what is stopping the poetry guys to rewrite poetry from the ground up as part of a breaking new release?
What happened to Poetry? did it just not gain enough traction? I was under the impression it was the hot new thing a few years back then uv comes out of nowhere.