chore(release): 2.0.1 + fix default API base URL#87
Merged
VinciGit00 merged 3 commits intomainfrom Apr 21, 2026
Merged
Conversation
Point SDK at https://v2-api.scrapegraphai.com/api/v2 so clients hit the new v2 endpoint by default. Verified with a live credits call. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Bump to 2.0.1 and fix default API base URL from `/api/v2` to `/api` (the v2 host already serves the API under `/api`). Updates README docs and env.py default to match. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Resolve URL conflicts in favor of branch: default API base URL is `https://v2-api.scrapegraphai.com/api` (no trailing `/v2` in the path — the v2-api host already serves the API at `/api`). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pyproject.tomlto2.0.1(note:2.0.0is burned on PyPI — never published, cannot be reused)env.pyand README:https://v2-api.scrapegraphai.com/api/v2→https://v2-api.scrapegraphai.com/apiContext
v2.0.0was tagged and released on GitHub but the PyPI publish step never ran (the release pipeline's semantic-release-pypi plugin wasn't configured, andpython-publish.ymldidn't trigger because semantic-release usedGITHUB_TOKEN, which by design doesn't fire downstream workflows). The filenamescrapegraph_py-2.0.0is now permanently blocked on PyPI, so we ship as2.0.1.Test plan
uv run ruff format src testsuv run ruff check src tests --fixuv build(producesscrapegraph_py-2.0.1-py3-none-any.whl)uv run pytest tests/ -v→ 28 passed, 1 skippedv2.0.1anduv publishmanually🤖 Generated with Claude Code