Skip to content

Commit a47a5f3

Browse files
docs: update README.md with deprecation notice (#730)
1 parent 1c69a80 commit a47a5f3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "d99613e", "specHash": "ae77fe0", "version": "1.17.0" }
1+
{ "engineHash": "cc4f3ee", "specHash": "ae77fe0", "version": "1.17.0" }

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@
44

55
# Deprecation notice
66

7-
As of September 17, 2025 Box Next Generation SDKs are no longer supported as separate artifacts. Don't worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDKs with no impact, but you won't receive new features, updates, or bug fixes. We will be still providing patches for security vulnerabilities until version 4 (containing both boxsdk and box_sdk_gen packages) of [box-python-sdk](https://github.com/box/box-python-sdk) is released. In keeping with industry best practices, we are consolidating the Box Next Generation SDKs and Box core SDKs into a single package for each programming language. This makes migration efforts much easier and allows to seamlessly add new capabilities to existing applications still powered by the manually maintained Box core SDKs. Box Next Generation SDKs are available as the latest major version release (`v10`) of Box core SDKs. Currently, it’s available as a separate [branch](https://github.com/box/box-python-sdk/tree/sdk-gen).
7+
As of September 17, 2025, Box Next Generation SDKs are no longer supported as separate artifacts. Your existing code will continue to work without changes, but you won't receive new features, updates, bug fixes, or security patches.
8+
9+
In keeping with industry best practices, we are consolidating the Box Next Generation SDKs and Box core SDKs into a single package. This makes migration easier and allows you to seamlessly add new capabilities to existing applications. Two consolidated versions are available in [box-python-sdk](https://github.com/box/box-python-sdk):
10+
11+
- [Version 4](https://github.com/box/box-python-sdk/tree/combined-sdk) (combined-sdk branch): Contains both `boxsdk` and `box_sdk_gen` packages for gradual migration.
12+
- [Version 10](https://github.com/box/box-python-sdk/tree/main) (main branch): The latest major release containing only `box_sdk_gen`.
813

914
For more details, see our [SDK versioning strategy document](https://developer.box.com/guides/tooling/sdks/sdk-versioning/).
1015

1116
# Box Python SDK Gen
1217

13-
[![Project Status](http://opensource.box.com/badges/stable.svg)](http://opensource.box.com/badges)
18+
[![Project Status](http://opensource.box.com/badges/deprecated.svg)](http://opensource.box.com/badges)
1419
![build](https://github.com/box/box-python-sdk-gen/actions/workflows/build.yml/badge.svg)
1520
[![PyPI version](https://badge.fury.io/py/box-sdk-gen.svg)](https://badge.fury.io/py/box-sdk-gen)
1621
[![image](https://img.shields.io/pypi/dm/box-sdk-gen.svg)](https://pypi.python.org/pypi/box-sdk-gen)

0 commit comments

Comments
 (0)