From d1e792374c59e76b349de631bd0eecd4d615d5a9 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Wed, 6 May 2026 05:27:22 -0700 Subject: [PATCH 1/2] chore: release version 4.9.0 --- .codegen.json | 2 +- CHANGELOG.md | 12 ++++++++++++ box_sdk_gen/networking/version.py | 2 +- boxsdk/version.py | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.codegen.json b/.codegen.json index 9f07befc..3a4e4cd6 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "2492c3e", "specHash": "fa39a3f", "version": "4.8.0" } +{ "engineHash": "2492c3e", "specHash": "fa39a3f", "version": "4.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c39fdd..fe144ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.9.0](https://github.com/box/box-python-sdk/compare/v4.8.0...v4.9.0) (2026-05-06) + + +### ⚠ BREAKING CHANGES + +* **boxsdkgen:** Mark `id` field of `AIAgentReference` required (box/box-openapi#1629) (box/box-openapi#595) (#1421) + +### Bug Fixes: + +* **boxsdkgen:** Fix metadata template schema (box/box-openapi[#596](https://github.com/box/box-python-sdk/issues/596)) ([#1424](https://github.com/box/box-python-sdk/issues/1424)) ([785457c](https://github.com/box/box-python-sdk/commit/785457cd017c3266aed2581f5ade1263242e680b)) +* **boxsdkgen:** Mark `id` field of `AIAgentReference` required (box/box-openapi[#1629](https://github.com/box/box-python-sdk/issues/1629)) (box/box-openapi[#595](https://github.com/box/box-python-sdk/issues/595)) ([#1421](https://github.com/box/box-python-sdk/issues/1421)) ([154b7ce](https://github.com/box/box-python-sdk/commit/154b7ce7e95c61c9b8a69cf9dd0667c1484a8939)) + ## [4.8.0](https://github.com/box/box-python-sdk/compare/v4.7.0...v4.8.0) (2026-04-30) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index 0d53216d..31619165 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '4.8.0' +__version__ = '4.9.0' diff --git a/boxsdk/version.py b/boxsdk/version.py index 0d53216d..31619165 100644 --- a/boxsdk/version.py +++ b/boxsdk/version.py @@ -1 +1 @@ -__version__ = '4.8.0' +__version__ = '4.9.0' From 4b1fa7d67ad8f6eb5491b6d9d1ab7fac73be8ecb Mon Sep 17 00:00:00 2001 From: Artur Jankowski Date: Wed, 6 May 2026 14:31:15 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md with breaking changes and fixes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe144ecf..9504da73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. See [standa ### ⚠ BREAKING CHANGES -* **boxsdkgen:** Mark `id` field of `AIAgentReference` required (box/box-openapi#1629) (box/box-openapi#595) (#1421) +* **boxsdkgen:** Mark `id` field of `AIAgentReference` required (box/box-openapi[#1629](https://github.com/box/box-python-sdk/issues/1629)) (box/box-openapi[#595](https://github.com/box/box-python-sdk/issues/595)) ([#1421](https://github.com/box/box-python-sdk/issues/1421)) ([154b7ce](https://github.com/box/box-python-sdk/commit/154b7ce7e95c61c9b8a69cf9dd0667c1484a8939)) ### Bug Fixes: