build: pump version up and update deps
This commit is contained in:
+2
-2
@@ -64,7 +64,7 @@ dependencies = [
|
|||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
fetchers = [
|
fetchers = [
|
||||||
"click>=8.2.1",
|
"click>=8.3.0",
|
||||||
"curl_cffi>=0.13.0",
|
"curl_cffi>=0.13.0",
|
||||||
"playwright>=1.55.0",
|
"playwright>=1.55.0",
|
||||||
"patchright>=1.55.2",
|
"patchright>=1.55.2",
|
||||||
@@ -73,7 +73,7 @@ fetchers = [
|
|||||||
"msgspec>=0.19.0",
|
"msgspec>=0.19.0",
|
||||||
]
|
]
|
||||||
ai = [
|
ai = [
|
||||||
"mcp>=1.14.0",
|
"mcp>=1.14.1",
|
||||||
"markdownify>=1.2.0",
|
"markdownify>=1.2.0",
|
||||||
"scrapling[fetchers]",
|
"scrapling[fetchers]",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
__author__ = "Karim Shoair (karim.shoair@pm.me)"
|
__author__ = "Karim Shoair (karim.shoair@pm.me)"
|
||||||
__version__ = "0.3.4"
|
__version__ = "0.3.5"
|
||||||
__copyright__ = "Copyright (c) 2024 Karim Shoair"
|
__copyright__ = "Copyright (c) 2024 Karim Shoair"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = scrapling
|
name = scrapling
|
||||||
version = 0.3.4
|
version = 0.3.5
|
||||||
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!
|
||||||
|
|||||||
Reference in New Issue
Block a user