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]