You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue installing any version of prefect greater than 3.2.1 using Poetry. I have not tested other package managers. This feels related to the recent uv changes.
docker run --rm python:3.12-slim pip install poetry && poetry init -n --name test||true&& poetry add [email protected]
docker run --rm python:3.12-slim pip install poetry && poetry init -n --name test||true&& poetry add [email protected]`Package 'prefect[client]' is listed as a dependency of itself.`
I have been experiencing similar behavior. Using Poetry version 1.8.5, [email protected] is the last version I can install, but I agree 3.2.3, 3.2.4, and 3.2.5 are not currently installable.
poetry add [email protected]
Updating dependencies
Resolving dependencies... (0.1s)
Package 'prefect[client]' is listed as a dependency of itself.
To expand, this will also impact users who do not specify a version of Prefect due to Poetry's default behavior:
poetry add prefect
Using version ^3.2.5 for prefect
Updating dependencies
Resolving dependencies... (0.5s)
Package 'prefect[client]' is listed as a dependency of itself.
Bug summary
There is an issue installing any version of prefect greater than 3.2.1 using Poetry. I have not tested other package managers. This feels related to the recent
uv
changes.There is a circular dependency here
Version info
Additional context
No response
The text was updated successfully, but these errors were encountered: