-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
[tool.poetry]
name = "demo"
version = "1"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.11"
greenlet = "^3.0.1" # latest is 3.0.3
playwright = "^1.39.0" # latest is 1.40.0, which depends on greenlet==3.0.1
pydantic = "^2" # latest is 2.5.3> poetry up
Updating dependencies
Resolving dependencies... (0.1s)
Reverting pyproject.toml
Because no versions of playwright match >1.40.0,<2.0.0
and playwright (1.40.0) depends on greenlet (3.0.1), playwright (>=1.40.0,<2.0.0) requires greenlet (3.0.1).
So, because demo depends on both greenlet (^3.0.3) and playwright (^1.40.0), version solving failed.
Here I would imagine that playwright gets updated, and greenlet doesn't. Instead, no dependencies at all get updated, not even the completely unrelated Pydantic.
nbro10, DetachHead, alexdashkov, Filimoa, aracg and 7 more
Metadata
Metadata
Assignees
Labels
No labels