Skip to content

Commit 2be7454

Browse files
authored
chore(deps): Relax pyee dependency version constraint (#483)
This prevents dependency conflicts with playwright (requires 11.0.0)
1 parent e4b2f80 commit 2be7454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ playwright = { version = ">=1.27.0", optional = true }
6161
psutil = ">=6.0.0"
6262
pydantic = ">=2.6.0"
6363
pydantic-settings = ">=2.2.0"
64-
pyee = ">=11.1.0"
64+
pyee = ">=9.0.0"
6565
python-dateutil = ">=2.9.0"
6666
sortedcollections = ">=2.1.0"
6767
tldextract = ">=5.1.0"

0 commit comments

Comments
 (0)