build: pump version up and update deps

This commit is contained in:
Karim shoair
2025-09-20 00:33:07 +03:00
parent 67aa1a2ae7
commit 5164b801ec
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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]",
]
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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!