From ee529e383f0f3aa87d90196d8d3712291f43cfaf Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Mon, 29 Sep 2025 05:48:59 -0700 Subject: [PATCH 1/3] 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 14def41c6..a15283541 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "d99613e", "specHash": "1ed059a", "version": "10.0.0" } +{ "engineHash": "724276f", "specHash": "1ed059a", "version": "10.0.0" } From de9b262b40ddcf6475c6c6849350ee4a4b235656 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Tue, 30 Sep 2025 07:48:52 -0700 Subject: [PATCH 2/3] 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 a15283541..8c3c3a96f 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "724276f", "specHash": "1ed059a", "version": "10.0.0" } +{ "engineHash": "2d4f7db", "specHash": "1ed059a", "version": "10.0.0" } From 2809e9aa3530a4a55a0fc863d6bbdb6541172d60 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Tue, 30 Sep 2025 07:51:01 -0700 Subject: [PATCH 3/3] docs: Fix Python migration guide typo (box/box-codegen#849) --- .codegen.json | 2 +- .../from-box-python-sdk-gen-v1-to-box-python-sdk-v10.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.codegen.json b/.codegen.json index 8c3c3a96f..ab2d2c669 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "2d4f7db", "specHash": "1ed059a", "version": "10.0.0" } +{ "engineHash": "d16c766", "specHash": "1ed059a", "version": "10.0.0" } diff --git a/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk-v10.md b/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk-v10.md index afab2bbf3..16da46401 100644 --- a/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk-v10.md +++ b/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk-v10.md @@ -1,4 +1,4 @@ -# Migration guide from v1 version of the `box-python-sdk-gen` to the v10 version of the `box-pythom-sdk` +# Migration guide from v1 version of the `box-python-sdk-gen` to the v10 version of the `box-python-sdk`