From 840aef68844c3c35c3ca7adf90e36c1694e2f021 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sun, 28 Sep 2025 22:04:09 +0300 Subject: [PATCH] build: Pump up version and deps --- pyproject.toml | 4 ++-- scrapling/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1175b63..64a36a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "lxml>=6.0.1", + "lxml>=6.0.2", "cssselect>=1.3.0", "orjson>=3.11.3", "tldextract>=5.3.0", @@ -73,7 +73,7 @@ fetchers = [ "msgspec>=0.19.0", ] ai = [ - "mcp>=1.14.1", + "mcp>=1.15.0", "markdownify>=1.2.0", "scrapling[fetchers]", ] diff --git a/scrapling/__init__.py b/scrapling/__init__.py index d797639..c4bd97d 100644 --- a/scrapling/__init__.py +++ b/scrapling/__init__.py @@ -1,5 +1,5 @@ __author__ = "Karim Shoair (karim.shoair@pm.me)" -__version__ = "0.3.5" +__version__ = "0.3.6" __copyright__ = "Copyright (c) 2024 Karim Shoair" diff --git a/setup.cfg b/setup.cfg index 629514a..6b0e5a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scrapling -version = 0.3.5 +version = 0.3.6 author = Karim Shoair author_email = karim.shoair@pm.me description = Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!