From 911d3af6324ce0902702207456c9ff5f3c3be6ca Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sun, 5 Apr 2026 02:33:15 +0200 Subject: [PATCH] build: pumping up protego minimum version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4333d7e..af8f37a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ fetchers = [ "apify-fingerprint-datapoints>=0.12.0", "msgspec>=0.20.0", "anyio>=4.12.1", - "protego>=0.4.0", + "protego>=0.6.0", ] ai = [ "mcp>=1.26.0",