Temporarily cap Playwright dependency #653

Restrict playwright version to less than 1.61
This commit is contained in:
daijro
2026-07-03 09:01:34 -05:00
committed by GitHub
parent ffafdbdfef
commit 195298d004
+1 -1
View File
@@ -33,7 +33,7 @@ rich = "*"
requests = "*"
orjson = "*"
browserforge = "^1.2.4"
playwright = "*"
playwright = "<1.61"
pyyaml = "*"
platformdirs = "*"
numpy = "*"