You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/04_upgrading/upgrading_to_v2.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ title: Upgrading to v2
4
4
description: Breaking changes and migration guide from v1 to v2.
5
5
---
6
6
7
+
importApiLinkfrom'@site/src/components/ApiLink';
8
+
7
9
This page summarizes the breaking changes between Apify Python API Client v1.x and v2.0.
8
10
9
11
## Python version support
@@ -41,4 +43,4 @@ Some modules have been restructured.
41
43
42
44
### Errors
43
45
44
-
- Error classes are now accessible from the public `apify_client.errors` module. See the [API documentation](https://docs.apify.com/api/client/python/reference/class/ApifyApiError) for a complete list of available error classes.
46
+
- Error classes are now accessible from the public `apify_client.errors` module. See the <ApiLinkto="class/ApifyApiError">`ApifyApiError`</ApiLink> API reference for a complete list of available error classes.
0 commit comments