Skip to content

Releases: ScrapeGraphAI/scrapegraph-py

v2.0.0

18 Apr 14:15
2dd5809

Choose a tag to compare

2.0.0 (2026-04-18)

Bug Fixes

  • update default API URL and rename SGAI_TIMEOUT_S to SGAI_TIMEOUT (13902a9)

  • update examples for Pydantic models and add dotenv loading (b7822f2)

  • update health test to mock httpx.Client.request (bac1751)

  • use ConfigDict for Pydantic model_config (45846ba)

  • feat!: restructure as uv library project (731d70d)

Features

  • add examples matching JS SDK (25dbdd8)
  • add integration tests matching JS SDK (d1faf57)
  • add monitor.activity() endpoint for polling monitor results (09ec3ca)
  • add unit tests with mocked httpx (28 tests) (2b1f5fe)
  • implement v2 SDK matching JS API 1:1 (60e99b6)
  • use Pydantic alias_generator, add async examples, update README (84400ff)

BREAKING CHANGES

  • Complete project restructure
  • Remove nested scrapegraph-py/ folder
  • Initialize as uv library with src/ layout
  • Clean slate for v2 API rewrite

Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

v1.47.0

18 Apr 13:50

Choose a tag to compare

1.47.0 (2026-04-18)

Features

Bug Fixes

  • remove trailing comma on headers field in ScrapeRequest model (c6aa423)
  • resolve 51 pre-existing test failures across test suite (6734836)
  • trigger release workflow (3b2f90f)
  • update deprecation notice URL to official docs (0c58efb)
  • ci: update repository URL to scrapegraph-py (ed003c8)

chore

  • add deprecation notice for v1.x and bump to 1.12.3 (d105c85)
  • removed unused api (7f78cf2)

CI

  • reduce test matrix to Python 3.12 only and fix CI failures (97c7898)

v1.46.0

26 Jan 13:59

Choose a tag to compare

1.46.0 (2026-01-26)

Features

v1.45.0

23 Jan 07:11

Choose a tag to compare

1.45.0 (2026-01-23)

Features

  • add webhook_url parameter to crawler endpoint (fd55fbc)

v1.44.1

17 Jan 10:22

Choose a tag to compare

1.44.1 (2026-01-17)

Bug Fixes

v1.44.0

28 Nov 17:33

Choose a tag to compare

1.44.0 (2025-11-28)

Features

  • integrate Toonify library for token-efficient responses (c094530)

v1.43.0

26 Nov 16:06

Choose a tag to compare

1.43.0 (2025-11-26)

Features

  • add rendering to the sdk (3c9770a)

v1.42.0

21 Nov 17:51

Choose a tag to compare

1.42.0 (2025-11-21)

Features

  • refactoring of the dependencies (114372d)

v1.41.1

14 Nov 14:32

Choose a tag to compare

1.41.1 (2025-11-14)

chore

  • security: sanitize example cookies and test literals to avoid secret detection (6727e95)

Refactor

  • update console log formatting in advanced and complete agentic scraper examples to use repeat method (997ae16)

v1.41.0

04 Nov 19:05

Choose a tag to compare

1.41.0 (2025-11-04)

Features