build: Pump up version and deps

This commit is contained in:
Karim shoair
2025-09-28 22:04:09 +03:00
parent 2bad72b77a
commit 840aef6884
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ classifiers = [
"Typing :: Typed", "Typing :: Typed",
] ]
dependencies = [ dependencies = [
"lxml>=6.0.1", "lxml>=6.0.2",
"cssselect>=1.3.0", "cssselect>=1.3.0",
"orjson>=3.11.3", "orjson>=3.11.3",
"tldextract>=5.3.0", "tldextract>=5.3.0",
@@ -73,7 +73,7 @@ fetchers = [
"msgspec>=0.19.0", "msgspec>=0.19.0",
] ]
ai = [ ai = [
"mcp>=1.14.1", "mcp>=1.15.0",
"markdownify>=1.2.0", "markdownify>=1.2.0",
"scrapling[fetchers]", "scrapling[fetchers]",
] ]
+1 -1
View File
@@ -1,5 +1,5 @@
__author__ = "Karim Shoair (karim.shoair@pm.me)" __author__ = "Karim Shoair (karim.shoair@pm.me)"
__version__ = "0.3.5" __version__ = "0.3.6"
__copyright__ = "Copyright (c) 2024 Karim Shoair" __copyright__ = "Copyright (c) 2024 Karim Shoair"
+1 -1
View File
@@ -1,6 +1,6 @@
[metadata] [metadata]
name = scrapling name = scrapling
version = 0.3.5 version = 0.3.6
author = Karim Shoair author = Karim Shoair
author_email = karim.shoair@pm.me 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! description = Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!