From 083d85bd272c7bc0c7328f6cf1e20e40061a0ccb Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Mon, 7 Sep 2026 06:49:27 -0700 Subject: [PATCH 1/2] chore: Update `.codegen.json` with commit hash of `codegen` and `openapi` spec [skip ci] --- .codegen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codegen.json b/.codegen.json index b0384d87..74939934 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "bcfc85f", "specHash": "88cd5aa", "version": "10.14.0" } +{ "engineHash": "bdc9526", "specHash": "88cd5aa", "version": "10.14.0" } From cf1a68d75f484afb3801c8345851ffbfe783e4a3 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Mon, 7 Sep 2026 08:23:24 -0700 Subject: [PATCH 2/2] docs: update consolidated SDK EOL date (box/box-codegen#986) --- .codegen.json | 2 +- README.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.codegen.json b/.codegen.json index 74939934..ab694eb0 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "bdc9526", "specHash": "88cd5aa", "version": "10.14.0" } +{ "engineHash": "322b2fe", "specHash": "88cd5aa", "version": "10.14.0" } diff --git a/README.md b/README.md index 0d34c70a..c7895c7c 100644 --- a/README.md +++ b/README.md @@ -154,13 +154,13 @@ We highly recommend upgrading to the latest SDK major release at the earliest co ## Version schedule -| Version | Supported Environments | State | First Release | EOL/Terminated | -| ------- | ---------------------- | --------- | ------------- | ---------------------- | -| 10 | Python 3.8+ | Supported | 17 Sep 2025 | TBD | -| 4 | Python 3.8+ | Supported | 23 Oct 2025 | 2027 or v5 is released | -| 3 | Python 3.6+ | EOL | 17 Jan 2022 | 23 Oct 2025 | -| 2 | | EOL | 01 Nov 2018 | 17 Jan 2022 | -| 1 | | EOL | 10 Feb 2015 | 01 Nov 2018 | +| Version | Supported Environments | State | First Release | EOL/Terminated | +| ------- | ---------------------- | --------- | ------------- | -------------- | +| 10 | Python 3.8+ | Supported | 17 Sep 2025 | TBD | +| 4 | Python 3.8+ | Supported | 23 Oct 2025 | TBD | +| 3 | Python 3.6+ | EOL | 17 Jan 2022 | 23 Oct 2025 | +| 2 | | EOL | 01 Nov 2018 | 17 Jan 2022 | +| 1 | | EOL | 10 Feb 2015 | 01 Nov 2018 | # Contributing