Skip to content

Commit 02ec2e9

Browse files
committed
chore: release version 10.7.0
1 parent acbb3c6 commit 02ec2e9

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "450fb53", "specHash": "d0976fc", "version": "10.6.0" }
1+
{ "engineHash": "450fb53", "specHash": "d0976fc", "version": "10.7.0" }

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [10.7.0](https://github.com/box/box-python-sdk/compare/v10.6.0...v10.7.0) (2026-04-22)
6+
7+
8+
### Bug Fixes
9+
10+
* Correct `retention_length` type hint to accept both integer and string (box/box-codegen[#932](https://github.com/box/box-python-sdk/issues/932)) ([#1382](https://github.com/box/box-python-sdk/issues/1382)) ([e8f93ce](https://github.com/box/box-python-sdk/commit/e8f93ce4da1d2c68d809e4af38741ebf91bc6fe2))
11+
12+
13+
### New Features and Enhancements
14+
15+
* Add `max_extension_length` field to Retention Policies (box/box-openapi[#593](https://github.com/box/box-python-sdk/issues/593)) ([#1394](https://github.com/box/box-python-sdk/issues/1394)) ([acbb3c6](https://github.com/box/box-python-sdk/commit/acbb3c629be44d0fd6d507f9b164f87439d6083d))
16+
517
## [10.6.0](https://github.com/box/box-python-sdk/compare/v10.5.0...v10.6.0) (2026-04-01)
618

719

box_sdk_gen/networking/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '10.6.0'
1+
__version__ = '10.7.0'

0 commit comments

Comments
 (0)