Skip to content

Update boxsdk requirement from >=3.14.0 to >=10.7.0#66

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/boxsdk-gte-10.7.0
Closed

Update boxsdk requirement from >=3.14.0 to >=10.7.0#66
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/boxsdk-gte-10.7.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Updates the requirements on boxsdk to permit the latest version.

Release notes

Sourced from boxsdk's releases.

v10.7.0

Bug Fixes

  • Correct retention_length type hint to accept both integer and string (box/box-codegen#932) (#1382) (e8f93ce)

New Features and Enhancements

  • Add max_extension_length field to Retention Policies (box/box-openapi#593) (#1394) (acbb3c6)
Changelog

Sourced from boxsdk's changelog.

10.7.0 (2026-04-22)

Bug Fixes

  • Correct retention_length type hint to accept both integer and string (box/box-codegen#932) (#1382) (e8f93ce)

New Features and Enhancements

  • Add max_extension_length field to Retention Policies (box/box-openapi#593) (#1394) (acbb3c6)

10.6.0 (2026-04-01)

⚠ BREAKING CHANGES

  • box/box-openapi#591#1369)

Bug Fixes

  • Add missing discriminators for schema types (box/box-codegen#931) (#1368) (fe0a3b8)
  • Align LegalHoldPolicyAssignedItem with API (box/box-openapi#1554) (box/box-openapi#590) (#1365) (feb2010)
  • Correct search content type 'tags' to match API (box/box-openapi#591) (#1369) (39fbc7c)

New Features and Enhancements

  • Add include_reference to AI and parent_id to HubsItems (box/box-openapi#588) (#1360) (59c1d3c)
  • Support Hub Document API (box/box-codegen#930) (#1371) (720b948)

10.5.0 (2026-03-18)

New Features and Enhancements

10.4.0 (2026-02-11)

Bug Fixes

  • Correct enum value for legal hold policy changes (box/box-openapi#581) (#1304) (d51b4ea)

New Features and Enhancements

  • add confidence scores for structured extract (box/box-openapi#582) (#1311) (9db7a80)

... (truncated)

Commits
  • 8987a69 chore: release version 10.7.0 (#1396)
  • acbb3c6 feat: Add max_extension_length field to Retention Policies (box/box-openapi...
  • 049f3aa chore: Update .codegen.json with commit hash of codegen and openapi spe...
  • e8f93ce fix: Correct retention_length type hint to accept both integer and string (...
  • 29edee4 chore: release version 10.6.0 (#1380)
  • ed3ed04 chore: Update .codegen.json with commit hash of codegen and openapi spe...
  • 720b948box/box-codegen#930#1371)
  • 39fbc7cbox/box-openapi#591
  • fe0a3b8box/box-codegen#931#1368)
  • feb2010 fix: Align LegalHoldPolicyAssignedItembox/box-openapi#1554
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [boxsdk](https://github.com/box/box-python-sdk) to permit the latest version.
- [Release notes](https://github.com/box/box-python-sdk/releases)
- [Changelog](https://github.com/box/box-python-sdk/blob/main/CHANGELOG.md)
- [Commits](box/box-python-sdk@v3.14.0...v10.7.0)

---
updated-dependencies:
- dependency-name: boxsdk
  dependency-version: 10.7.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 27, 2026
@sonarqubecloud
Copy link
Copy Markdown

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

JE-Chen added a commit that referenced this pull request Apr 28, 2026
Sync runtime pins across requirements.txt / dev_requirements.txt / dev.toml /
stable.toml so dependabot's per-file PRs don't leave the four manifests out
of step.

- cryptography 46.0.7 -> 47.0.0
- opentelemetry-api 1.25.0 -> 1.41.1
- opentelemetry-sdk 1.25.0 -> 1.41.1
- msal 1.28.0 -> 1.36.0
- PyYAML 6.0 -> 6.0.3

boxsdk 10.x renamed the import path (`boxsdk` -> `box_sdk_gen`) and would
break automation_file/remote/box/client.py, so pin <4 to keep the legacy
import path. Migrating to box_sdk_gen is a separate effort.

Supersedes #64, #65, #67, #68 (dependabot PRs against single files);
declines #66 in favour of the <4 cap.
@JE-Chen
Copy link
Copy Markdown
Member

JE-Chen commented Apr 28, 2026

Declined for now — boxsdk 10.x renames the public import path from boxsdk to box_sdk_gen, which would break automation_file/remote/box/client.py (it does import boxsdk). Pinned to >=3.14.0,<4 in f0a2f3d so dependabot stops proposing 10.x. A migration to box_sdk_gen will be its own PR.

@JE-Chen JE-Chen closed this Apr 28, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 28, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pip/boxsdk-gte-10.7.0 branch April 28, 2026 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant