From 838dd62ee4f11daa3fc1bbc5dc7c7a10eda6ffd1 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Fri, 13 Dec 2024 20:43:53 +0200 Subject: [PATCH] build: pumping up camoufox For the issue with geoip --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bbaccf0..baa9429 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ 'httpx[brotli,zstd]', 'playwright>=1.49.1', 'rebrowser-playwright>=1.49.1', - 'camoufox[geoip]>=0.4.8' + 'camoufox[geoip]>=0.4.9' ], python_requires=">=3.9", url="https://github.com/D4Vinci/Scrapling",