From 93ed76831207da617895ec405f5bd8575b2a2983 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Tue, 10 Dec 2024 22:22:34 +0200 Subject: [PATCH] Bumping up the libraries versions for better stealth and speed! --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 0a29929..bfbb741 100644 --- a/setup.py +++ b/setup.py @@ -55,9 +55,9 @@ setup( "orjson>=3", "tldextract", 'httpx[brotli,zstd]', - 'playwright==1.48', # Temporary because currently All libraries that provide CDP patches doesn't support playwright 1.49 yet - 'rebrowser-playwright', - 'camoufox>=0.4.4', + 'playwright>=1.49.1', + 'rebrowser-playwright>=1.49.1', + 'camoufox>=0.4.7', 'browserforge', ], python_requires=">=3.8",