Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/restaurant-crawling/scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ langchain-community==0.4.2
langchain-ollama==1.1.0
supabase==2.30.0
curl_cffi==0.15.0
scrapling[fetchers]==0.4.8
scrapling[fetchers]==0.4.11

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep Playwright 1.61 out of the Camoufox env

When this requirements file is installed for the web fallback flow, scrapling[fetchers] 0.4.11 pulls in playwright==1.61.0, while the same environment still pins camoufox==0.4.11 on the next line and backend/restaurant-crawling/scripts/gemini_scrapling_fallback.py launches Camoufox. Camoufox 0.4.11 is incompatible with Playwright 1.61 at browser startup (upstream reports Browser.setDefaultViewport failures), so fresh installs will break the login/web-fallback path even though dependency resolution succeeds; keep Scrapling on a Playwright <1.61 release or upgrade the Camoufox/browser bundle together.

Useful? React with 馃憤聽/ 馃憥.

camoufox==0.4.11
Loading