From aa577d438444fd0e82f892c7b23f5ca2b04c5a65 Mon Sep 17 00:00:00 2001 From: vasilije Date: Sun, 19 Oct 2025 15:02:53 +0200 Subject: [PATCH] added --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 461aee301..dae648f80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,10 +65,10 @@ distributed = [ "modal>=1.0.5,<2.0.0", ] scraping = [ - "tavily-python>=0.7.0", + "tavily-python>=0.7.12", "beautifulsoup4>=4.13.1", "playwright>=1.9.0", - "lxml>=4.9.3,<5.0.0", + "lxml>=4.9.3", "protego>=0.1", "APScheduler>=3.10.0,<=3.11.0" ]