Skip to content

Commit 0c58efb

Browse files
VinciGit00claude
andcommitted
fix: update deprecation notice URL to official docs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d105c85 commit 0c58efb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scrapegraph-py/scrapegraph_py/async_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,14 @@ def __init__(
177177
warnings.warn(
178178
"scrapegraph-py v1.x is deprecated and will be removed in a future release. "
179179
"Please upgrade to scrapegraph-py v2.x for the new API surface. "
180-
"See migration guide: https://github.com/ScrapeGraphAI/scrapegraph-py/pull/82",
180+
"See migration guide: https://docs.scrapegraphai.com/transition-from-v1-to-v2",
181181
DeprecationWarning,
182182
stacklevel=2,
183183
)
184184
logger.warning(
185185
"scrapegraph-py v1.x is deprecated and will be removed in a future release. "
186186
"Please upgrade to scrapegraph-py v2.x for the new API surface. "
187-
"Migration guide: https://github.com/ScrapeGraphAI/scrapegraph-py/pull/82"
187+
"Migration guide: https://docs.scrapegraphai.com/transition-from-v1-to-v2"
188188
)
189189

190190
# Try to get API key from environment if not provided

scrapegraph-py/scrapegraph_py/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,14 @@ def __init__(
182182
warnings.warn(
183183
"scrapegraph-py v1.x is deprecated and will be removed in a future release. "
184184
"Please upgrade to scrapegraph-py v2.x for the new API surface. "
185-
"See migration guide: https://github.com/ScrapeGraphAI/scrapegraph-py/pull/82",
185+
"See migration guide: https://docs.scrapegraphai.com/transition-from-v1-to-v2",
186186
DeprecationWarning,
187187
stacklevel=2,
188188
)
189189
logger.warning(
190190
"scrapegraph-py v1.x is deprecated and will be removed in a future release. "
191191
"Please upgrade to scrapegraph-py v2.x for the new API surface. "
192-
"Migration guide: https://github.com/ScrapeGraphAI/scrapegraph-py/pull/82"
192+
"Migration guide: https://docs.scrapegraphai.com/transition-from-v1-to-v2"
193193
)
194194

195195
# Try to get API key from environment if not provided

0 commit comments

Comments
 (0)