Bumping up the libraries versions for better stealth and speed!

This commit is contained in:
Karim shoair
2024-12-10 22:22:34 +02:00
parent b4f90615c3
commit 93ed768312
+3 -3
View File
@@ -55,9 +55,9 @@ setup(
"orjson>=3", "orjson>=3",
"tldextract", "tldextract",
'httpx[brotli,zstd]', 'httpx[brotli,zstd]',
'playwright==1.48', # Temporary because currently All libraries that provide CDP patches doesn't support playwright 1.49 yet 'playwright>=1.49.1',
'rebrowser-playwright', 'rebrowser-playwright>=1.49.1',
'camoufox>=0.4.4', 'camoufox>=0.4.7',
'browserforge', 'browserforge',
], ],
python_requires=">=3.8", python_requires=">=3.8",