build: Pump up version and deps
This commit is contained in:
+2
-2
@@ -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]",
|
||||
]
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
|
||||
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user