mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
fix: bump hatchling version to 1.26.3
This commit is contained in:
parent
49a4181b10
commit
159ed329d2
@ -41,12 +41,6 @@ dependencies = [
|
||||
"scrapegraph-py>=1.7.0"
|
||||
]
|
||||
|
||||
# License Information.
|
||||
# See PEP-639 at https://peps.python.org/pep-0639/#add-license-files-key
|
||||
license-files = [
|
||||
"LICENSE",
|
||||
]
|
||||
|
||||
readme = "README.md"
|
||||
homepage = "https://scrapegraphai.com/"
|
||||
repository = "https://github.com/ScrapeGraphAI/Scrapegraph-ai"
|
||||
@ -113,7 +107,7 @@ screenshot_scraper = [
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
requires = ["hatchling==1.26.3"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[dependency-groups]
|
||||
|
||||
2
uv.lock
2
uv.lock
@ -4081,7 +4081,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "scrapegraphai"
|
||||
version = "1.34.0b10"
|
||||
version = "1.34.0b11"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "async-timeout", version = "4.0.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.12'" },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user