From 5164b801ec654b3e111d4e359aac9f956c8b77a9 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sat, 20 Sep 2025 00:33:07 +0300 Subject: [PATCH] build: pump version up and update 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 ba3b868..1175b63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ [project.optional-dependencies] fetchers = [ - "click>=8.2.1", + "click>=8.3.0", "curl_cffi>=0.13.0", "playwright>=1.55.0", "patchright>=1.55.2", @@ -73,7 +73,7 @@ fetchers = [ "msgspec>=0.19.0", ] ai = [ - "mcp>=1.14.0", + "mcp>=1.14.1", "markdownify>=1.2.0", "scrapling[fetchers]", ] diff --git a/scrapling/__init__.py b/scrapling/__init__.py index 99e72b7..d797639 100644 --- a/scrapling/__init__.py +++ b/scrapling/__init__.py @@ -1,5 +1,5 @@ __author__ = "Karim Shoair (karim.shoair@pm.me)" -__version__ = "0.3.4" +__version__ = "0.3.5" __copyright__ = "Copyright (c) 2024 Karim Shoair" diff --git a/setup.cfg b/setup.cfg index 5e52c3f..629514a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scrapling -version = 0.3.4 +version = 0.3.5 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!