From e53f1cb363279fbfdb5ddfdbe88257216e8340c7 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Thu, 18 Dec 2025 01:45:21 +0200 Subject: [PATCH] build: forcing playwright version Until the Python driver for patchright 1.57 releases --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3084af9..0dd663b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,8 +67,8 @@ dependencies = [ fetchers = [ "click>=8.3.0", "curl_cffi>=0.14.0", - "playwright>=1.56.0", - "patchright>=1.56.0", + "playwright==1.56.0", + "patchright==1.56.0", "camoufox>=0.4.11", "geoip2>=5.2.0", "msgspec>=0.20.0",