Karim shoair commited on
Commit
94900cd
·
1 Parent(s): 4443faf

build: Pump up version and 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
@@ -56,7 +56,7 @@ classifiers = [
56
  "Typing :: Typed",
57
  ]
58
  dependencies = [
59
- "lxml>=6.0.1",
60
  "cssselect>=1.3.0",
61
  "orjson>=3.11.3",
62
  "tldextract>=5.3.0",
@@ -73,7 +73,7 @@ fetchers = [
73
  "msgspec>=0.19.0",
74
  ]
75
  ai = [
76
- "mcp>=1.14.1",
77
  "markdownify>=1.2.0",
78
  "scrapling[fetchers]",
79
  ]
 
56
  "Typing :: Typed",
57
  ]
58
  dependencies = [
59
+ "lxml>=6.0.2",
60
  "cssselect>=1.3.0",
61
  "orjson>=3.11.3",
62
  "tldextract>=5.3.0",
 
73
  "msgspec>=0.19.0",
74
  ]
75
  ai = [
76
+ "mcp>=1.15.0",
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.5"
3
  __copyright__ = "Copyright (c) 2024 Karim Shoair"
4
 
5
 
 
1
  __author__ = "Karim Shoair (karim.shoair@pm.me)"
2
+ __version__ = "0.3.6"
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.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!
 
1
  [metadata]
2
  name = scrapling
3
+ version = 0.3.6
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!