Karim shoair commited on
Commit
693ebd3
·
1 Parent(s): d27adb9

build: Pumping up the deps and the version

Browse files
Files changed (3) hide show
  1. pyproject.toml +4 -3
  2. scrapling/__init__.py +1 -1
  3. setup.cfg +1 -1
pyproject.toml CHANGED
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
 
5
  [project]
6
  name = "scrapling"
7
- # Static version instead of dynamic version so we can get better layer caching while building docker, check the docker file to understand
8
- version = "0.3.7"
9
  description = "Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!"
10
  readme = {file = "README.md", content-type = "text/markdown"}
11
  license = {file = "LICENSE"}
@@ -74,7 +74,7 @@ fetchers = [
74
  "msgspec>=0.19.0",
75
  ]
76
  ai = [
77
- "mcp>=1.16.0",
78
  "markdownify>=1.2.0",
79
  "scrapling[fetchers]",
80
  ]
@@ -89,6 +89,7 @@ all = [
89
 
90
  [project.urls]
91
  Homepage = "https://github.com/D4Vinci/Scrapling"
 
92
  Documentation = "https://scrapling.readthedocs.io/en/latest/"
93
  Repository = "https://github.com/D4Vinci/Scrapling"
94
  "Bug Tracker" = "https://github.com/D4Vinci/Scrapling/issues"
 
4
 
5
  [project]
6
  name = "scrapling"
7
+ # Static version instead of a dynamic version so we can get better layer caching while building docker, check the docker file to understand
8
+ version = "0.3.8"
9
  description = "Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!"
10
  readme = {file = "README.md", content-type = "text/markdown"}
11
  license = {file = "LICENSE"}
 
74
  "msgspec>=0.19.0",
75
  ]
76
  ai = [
77
+ "mcp>=1.18.0",
78
  "markdownify>=1.2.0",
79
  "scrapling[fetchers]",
80
  ]
 
89
 
90
  [project.urls]
91
  Homepage = "https://github.com/D4Vinci/Scrapling"
92
+ Changelog = "https://github.com/D4Vinci/Scrapling/releases"
93
  Documentation = "https://scrapling.readthedocs.io/en/latest/"
94
  Repository = "https://github.com/D4Vinci/Scrapling"
95
  "Bug Tracker" = "https://github.com/D4Vinci/Scrapling/issues"
scrapling/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
  __author__ = "Karim Shoair (karim.shoair@pm.me)"
2
- __version__ = "0.3.7"
3
  __copyright__ = "Copyright (c) 2024 Karim Shoair"
4
 
5
  from typing import Any, TYPE_CHECKING
 
1
  __author__ = "Karim Shoair (karim.shoair@pm.me)"
2
+ __version__ = "0.3.8"
3
  __copyright__ = "Copyright (c) 2024 Karim Shoair"
4
 
5
  from typing import Any, TYPE_CHECKING
setup.cfg CHANGED
@@ -1,6 +1,6 @@
1
  [metadata]
2
  name = scrapling
3
- version = 0.3.7
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.8
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!