From 9d3b1335a9bd643122a66f660a4c0a5643cc79e8 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sat, 26 Jul 2025 19:00:38 +0300 Subject: [PATCH] build: update deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 264f2df..80988fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dependencies = [ "cssselect>=1.3.0", "IPython>=8.37", # The last version that supports Python 3.10 "click>=8.2.1", - "orjson>=3.10.18", + "orjson>=3.11.1", "tldextract>=5.3.0", "curl_cffi>=0.11.4", "playwright>=1.52.0", @@ -68,7 +68,7 @@ dependencies = [ "camoufox[geoip]>=0.4.11", "msgspec>=0.19.0", "markdownify>=1.1.0", - "mcp[cli]>=1.10.1", + "mcp[cli]>=1.12.2", ] [project.urls]