Karim shoair commited on
Commit
373dc9b
·
1 Parent(s): f8ee84c

build: pump version up and update deps

Browse files
Files changed (3) hide show
  1. pyproject.toml +2 -2
  2. scrapling/__init__.py +1 -1
  3. setup.cfg +1 -1
pyproject.toml CHANGED
@@ -64,7 +64,7 @@ dependencies = [
64
 
65
  [project.optional-dependencies]
66
  fetchers = [
67
- "click>=8.2.1",
68
  "curl_cffi>=0.13.0",
69
  "playwright>=1.55.0",
70
  "patchright>=1.55.2",
@@ -73,7 +73,7 @@ fetchers = [
73
  "msgspec>=0.19.0",
74
  ]
75
  ai = [
76
- "mcp>=1.14.0",
77
  "markdownify>=1.2.0",
78
  "scrapling[fetchers]",
79
  ]
 
64
 
65
  [project.optional-dependencies]
66
  fetchers = [
67
+ "click>=8.3.0",
68
  "curl_cffi>=0.13.0",
69
  "playwright>=1.55.0",
70
  "patchright>=1.55.2",
 
73
  "msgspec>=0.19.0",
74
  ]
75
  ai = [
76
+ "mcp>=1.14.1",
77
  "markdownify>=1.2.0",
78
  "scrapling[fetchers]",
79
  ]
scrapling/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
  __author__ = "Karim Shoair (karim.shoair@pm.me)"
2
- __version__ = "0.3.4"
3
  __copyright__ = "Copyright (c) 2024 Karim Shoair"
4
 
5
 
 
1
  __author__ = "Karim Shoair (karim.shoair@pm.me)"
2
+ __version__ = "0.3.5"
3
  __copyright__ = "Copyright (c) 2024 Karim Shoair"
4
 
5
 
setup.cfg CHANGED
@@ -1,6 +1,6 @@
1
  [metadata]
2
  name = scrapling
3
- version = 0.3.4
4
  author = Karim Shoair
5
  author_email = karim.shoair@pm.me
6
  description = Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!
 
1
  [metadata]
2
  name = scrapling
3
+ version = 0.3.5
4
  author = Karim Shoair
5
  author_email = karim.shoair@pm.me
6
  description = Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!