Skip to content

Commit 2fd19f7

Browse files
docs: Fixes in migration guides (box/box-codegen#867) (#1132)
1 parent 786f1f3 commit 2fd19f7

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "4a6585f", "specHash": "fa34496", "version": "10.0.1" }
1+
{ "engineHash": "192deac", "specHash": "fa34496", "version": "10.0.1" }

migration-guides/from-boxsdk-to-box_sdk_gen.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
- [Introduction](#introduction)
77
- [Who is this for?](#who-is-this-for)
8-
- [Installation](#installation)
98
- [Key differences](#key-differences)
109
- [Manager approach](#manager-approach)
1110
- [Explicitly defined schemas](#explicitly-defined-schemas)

migration-guides/from-v3-to-v10.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
- [Introduction](#introduction)
77
- [Installation](#installation)
8+
- [Supported Environments](#supported-environments)
89
- [Highlighting the Key Differences](#highlighting-the-key-differences)
910

1011
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -34,6 +35,13 @@ to use generated SDK at once. You will be able to use a new feature from the `bo
3435
while keeping the rest of your code unchanged. However, we recommend to fully migrate to the v10 of the SDK eventually.
3536
More information about v4 version can be found in the [migration guide from v3 to v4](./from-v3-to-v4.md).
3637

38+
## Supported Environments
39+
40+
Version v10 of the Box Python SDK no longer supports Python 3.6 or 3.7.
41+
The SDK now requires Python 3.8 or higher.
42+
43+
If your application currently targets an older Python version, update your deployment environment to meet these minimum requirements.
44+
3745
## Highlighting the Key Differences
3846

3947
There are important differences between the `boxsdk` (v3) and the generated `box_sdk_gen` (v10) packages.

migration-guides/from-v3-to-v4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ If your application currently targets an older Python version, update your deplo
5050

5151
## Highlighting the Key Differences
5252

53-
The `box_sdk_gen` package usage in v4 remains the same as in v3 and is not covered in this document.
54-
If you are migrating code from `BoxSDK` to `boxsdk`, which we recommend,
53+
The `boxsdk` package usage in v4 remains the same as in v3 and is not covered in this document.
54+
If you are migrating code from `boxsdk` to `box_sdk_gen` package, which we recommend,
5555
the key differences between the packages are documented in:
5656

5757
- [Migration guide: boxsdk → box_sdk_gen](./from-boxsdk-to-box_sdk_gen.md)

0 commit comments

Comments
 (0)