diff --git a/requirements.txt b/requirements.txt index 8a62039..0ab6405 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,12 +18,12 @@ geoalchemy2==0.20.0 requests==2.32.3 beautifulsoup4==4.14.3 lxml>=6.0.2 # Bumped from 5.3.0 — scrapling requires lxml>=6.0.2 -playwright>=1.56.0,<2.0.0 # scrapling[fetchers]>=0.4.0 requires playwright>=1.56.0 +playwright>=1.56.0,<2.0.0 # scrapling[fetchers]>=0.4.9 requires playwright>=1.56.0 httpx[http2]==0.28.1 # Scrapling: TLS fingerprint spoofing (Fetcher) + stealth Playwright (DynamicFetcher) # Replaces plain requests for bot-protected portals. No scrapling install needed — # DynamicFetcher reuses the Playwright Chromium already at PLAYWRIGHT_BROWSERS_PATH. -scrapling[fetchers]>=0.4.0 +scrapling[fetchers]>=0.4.9 # Task queue redis==7.4.0