Skip to content

chore(release): 2.0.1 + fix default API base URL#87

Merged
VinciGit00 merged 3 commits intomainfrom
chore/update-api-base-url-v2-host
Apr 21, 2026
Merged

chore(release): 2.0.1 + fix default API base URL#87
VinciGit00 merged 3 commits intomainfrom
chore/update-api-base-url-v2-host

Conversation

@VinciGit00
Copy link
Copy Markdown
Member

@VinciGit00 VinciGit00 commented Apr 21, 2026

Summary

  • Bump pyproject.toml to 2.0.1 (note: 2.0.0 is burned on PyPI — never published, cannot be reused)
  • Fix default API base URL in env.py and README: https://v2-api.scrapegraphai.com/api/v2https://v2-api.scrapegraphai.com/api

Context

v2.0.0 was tagged and released on GitHub but the PyPI publish step never ran (the release pipeline's semantic-release-pypi plugin wasn't configured, and python-publish.yml didn't trigger because semantic-release used GITHUB_TOKEN, which by design doesn't fire downstream workflows). The filename scrapegraph_py-2.0.0 is now permanently blocked on PyPI, so we ship as 2.0.1.

Test plan

  • uv run ruff format src tests
  • uv run ruff check src tests --fix
  • uv build (produces scrapegraph_py-2.0.1-py3-none-any.whl)
  • uv run pytest tests/ -v → 28 passed, 1 skipped
  • After merge: tag v2.0.1 and uv publish manually

🤖 Generated with Claude Code

VinciGit00 and others added 3 commits April 20, 2026 11:52
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>
@github-actions
Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@VinciGit00 VinciGit00 merged commit baa9757 into main Apr 21, 2026
6 checks passed
@VinciGit00 VinciGit00 deleted the chore/update-api-base-url-v2-host branch April 21, 2026 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant