diff --git a/.codegen.json b/.codegen.json index ef56c47..67f21fa 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "d99613e", "specHash": "ae77fe0", "version": "1.17.0" } +{ "engineHash": "cc4f3ee", "specHash": "ae77fe0", "version": "1.17.0" } diff --git a/README.md b/README.md index 9f2296b..15be0e7 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,18 @@ # Deprecation notice -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). +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. + +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): + +- [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. +- [Version 10](https://github.com/box/box-python-sdk/tree/main) (main branch): The latest major release containing only `box_sdk_gen`. For more details, see our [SDK versioning strategy document](https://developer.box.com/guides/tooling/sdks/sdk-versioning/). # Box Python SDK Gen -[![Project Status](http://opensource.box.com/badges/stable.svg)](http://opensource.box.com/badges) +[![Project Status](http://opensource.box.com/badges/deprecated.svg)](http://opensource.box.com/badges) ![build](https://github.com/box/box-python-sdk-gen/actions/workflows/build.yml/badge.svg) [![PyPI version](https://badge.fury.io/py/box-sdk-gen.svg)](https://badge.fury.io/py/box-sdk-gen) [![image](https://img.shields.io/pypi/dm/box-sdk-gen.svg)](https://pypi.python.org/pypi/box-sdk-gen)