Skip to content

Commit 3fe47d6

Browse files
authored
docs: update upgrade guide to v2 (#274)
1 parent deac019 commit 3fe47d6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## [2.0.0](../../releases/tag/v2.0.0) - 2024-09-10
88

9-
- Check the [Upgrading to v2.0](https://docs.apify.com/sdk/python/docs/upgrading/upgrading-to-v20) guide.
9+
- Check the [Upgrading to v2.0](https://docs.apify.com/sdk/python/docs/upgrading/upgrading-to-v2) guide.
1010

1111
### 🚀 Features
1212

docs/04-upgrading/upgrading_to_v20.md renamed to docs/04-upgrading/upgrading_to_v2.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
---
2-
id: upgrading-to-v20
3-
title: Upgrading to v2.0
2+
id: upgrading-to-v2
3+
title: Upgrading to v2
44
---
55

66
This page summarizes most of the breaking changes between Apify Python SDK v1.x and v2.0.
77

8+
## Python version support
9+
10+
Support for Python 3.8 has been dropped. The Apify Python SDK v2.x now requires Python 3.9 or later. Make sure your environment is running a compatible version before upgrading.
11+
812
## Storages
913

1014
The SDK now uses [crawlee](https://github.com/apify/crawlee-python) for local storage emulation. This change should not affect intended usage (working with `Dataset`, `KeyValueStore` and `RequestQueue` classes from the `apify.storages` module or using the shortcuts exposed by the `Actor` class) in any way.

0 commit comments

Comments
 (0)