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_v4.md
+9-19Lines changed: 9 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,33 +10,23 @@ This guide lists the breaking changes between Apify Python SDK v3.x and v4.0.
10
10
11
11
Support for Python 3.10 has been dropped. The Apify Python SDK v4.x now requires Python 3.11 or later — make sure your environment is on a compatible version before upgrading.
12
12
13
-
## Keyword-only arguments for secondary parameters
13
+
## Keyword-only arguments
14
14
15
-
Several `Actor` methods had a `*` separator inserted into their signatures, so optional/secondary parameters can no longer be passed positionally. The "subject" arguments (e.g. `key` on `get_value`, `data` on `push_data`, `event_name` on `charge`) remain positional; only the parameters that follow them are affected.
0 commit comments