From ebd2ea4cd2f3299fcce1791b387fef1d3d055302 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Wed, 6 May 2026 06:53:00 -0700 Subject: [PATCH 1/2] chore: release version 10.9.0 --- .codegen.json | 2 +- CHANGELOG.md | 12 ++++++++++++ box_sdk_gen/networking/version.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.codegen.json b/.codegen.json index d2e72385..9f11760a 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "2492c3e", "specHash": "fa39a3f", "version": "10.8.0" } +{ "engineHash": "2492c3e", "specHash": "fa39a3f", "version": "10.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b5fa752b..120c31d9 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. +## [10.9.0](https://github.com/box/box-python-sdk/compare/v10.8.0...v10.9.0) (2026-05-06) + + +### ⚠ BREAKING CHANGES + +* Mark `id` field of `AIAgentReference` required (box/box-openapi#1629) (box/box-openapi#595) (#1422) + +### Bug Fixes + +* Fix metadata template schema (box/box-openapi[#596](https://github.com/box/box-python-sdk/issues/596)) ([#1423](https://github.com/box/box-python-sdk/issues/1423)) ([3ef0ffe](https://github.com/box/box-python-sdk/commit/3ef0ffe6288161d0f0216ddb0b07024307094fe9)) +* 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)) ([#1422](https://github.com/box/box-python-sdk/issues/1422)) ([d31bca4](https://github.com/box/box-python-sdk/commit/d31bca44f67decd8e2a65eab8d95f45971bba591)) + ## [10.8.0](https://github.com/box/box-python-sdk/compare/v10.7.0...v10.8.0) (2026-04-30) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index d2fd1cdd..0a4534f1 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '10.8.0' +__version__ = '10.9.0' From b4f0f3598ab1488357a96ea198dbb4d18528ab59 Mon Sep 17 00:00:00 2001 From: Artur Jankowski Date: Wed, 6 May 2026 15:53:51 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 120c31d9..dae346c1 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 -* Mark `id` field of `AIAgentReference` required (box/box-openapi#1629) (box/box-openapi#595) (#1422) +* 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)) ([#1422](https://github.com/box/box-python-sdk/issues/1422)) ([d31bca4](https://github.com/box/box-python-sdk/commit/d31bca44f67decd8e2a65eab8d95f45971bba591)) ### Bug Fixes