From 195298d0047f21ea6a34c8339bbcf6515a13d792 Mon Sep 17 00:00:00 2001 From: daijro <72637910+daijro@users.noreply.github.com> Date: Fri, 3 Jul 2026 09:01:34 -0500 Subject: [PATCH] Temporarily cap Playwright dependency #653 Restrict playwright version to less than 1.61 --- pythonlib/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonlib/pyproject.toml b/pythonlib/pyproject.toml index 2ae48d1..063bbcc 100644 --- a/pythonlib/pyproject.toml +++ b/pythonlib/pyproject.toml @@ -33,7 +33,7 @@ rich = "*" requests = "*" orjson = "*" browserforge = "^1.2.4" -playwright = "*" +playwright = "<1.61" pyyaml = "*" platformdirs = "*" numpy = "*"