Skip to content

Pre/beta #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8c841b3
Merge pull request #15 from ScrapeGraphAI/main
PeriniM Dec 5, 2024
8701eb2
feat: add localScraper functionality
DPende Dec 8, 2024
671161d
style: Improve formatting and style
DPende Dec 8, 2024
cca2d8c
Merge pull request #19 from ScrapeGraphAI/main
VinciGit00 Dec 10, 2024
89d30ff
Merge pull request #18 from ScrapeGraphAI/js-localScraper-implementation
VinciGit00 Dec 10, 2024
0b972c6
fix: minor fix version
VinciGit00 Dec 10, 2024
09257e0
fix: add revert
VinciGit00 Dec 10, 2024
24366b0
fix: python version
VinciGit00 Dec 10, 2024
d88a3ac
feat: revert to old release
VinciGit00 Dec 10, 2024
e719881
fix: .toml file
VinciGit00 Dec 10, 2024
2440f7f
fix: pyproject
VinciGit00 Dec 10, 2024
236d55b
ci(release): 1.9.0-beta.1 [skip ci]
semantic-release-bot Dec 10, 2024
77b67f6
fix: add new python compatibility
VinciGit00 Dec 10, 2024
59611f6
ci(release): 1.9.0-beta.2 [skip ci]
semantic-release-bot Dec 10, 2024
26d3a75
fix: come back to py 3.10
VinciGit00 Dec 10, 2024
a1bf542
Merge branch 'pre/beta' of https://github.com/ScrapeGraphAI/scrapegra…
VinciGit00 Dec 10, 2024
cbf2da4
ci(release): 1.9.0-beta.3 [skip ci]
semantic-release-bot Dec 10, 2024
62243f8
fix: improve api desc
PeriniM Jan 3, 2025
05d57ae
ci(release): 1.9.0-beta.4 [skip ci]
semantic-release-bot Jan 3, 2025
740933a
fix: updated hatchling version
PeriniM Jan 3, 2025
eb86328
Merge branch 'pre/beta' of https://github.com/ScrapeGraphAI/scrapegra…
PeriniM Jan 3, 2025
d03b9bf
ci(release): 1.9.0-beta.5 [skip ci]
semantic-release-bot Jan 3, 2025
945b876
feat: add time varying timeout
VinciGit00 Jan 4, 2025
433e7d0
Update uv.lock
VinciGit00 Jan 4, 2025
701a4c1
chore: fix _make_request not using it
PeriniM Jan 8, 2025
49b8e4b
fix: make timeout optional
PeriniM Jan 8, 2025
b7330cb
Merge pull request #25 from ScrapeGraphAI/async-change
VinciGit00 Jan 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: minor fix version
  • Loading branch information
VinciGit00 committed Dec 10, 2024
commit 0b972c69a9ea843d8ec89327f35c287b0d7a2bb4
2 changes: 1 addition & 1 deletion scrapegraph-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
requires-python = ">=3.10,<4.0"
requires-python = ">=3.9,<4.0"

dependencies = [
"requests>=2.32.3",
Expand Down
Loading
Loading