From c1429074a79ef8a85e76bc15e486dc6d87137a83 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sun, 24 Nov 2024 15:15:58 +0200 Subject: [PATCH] Setting the compatible version of playwright with cdp patches --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 13f4a35..98fce34 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ setup( "orjson>=3", "tldextract", 'httpx[brotli,zstd]', - 'playwright', + 'playwright==1.48', # Temporary because currently All libraries that provide CDP patches doesn't support playwright 1.49 yet 'rebrowser-playwright', 'camoufox>=0.3.10', 'browserforge',