Describe the bug
We consume boxsdk without an upper bound, they have just releases a new v10 version with breaking changes (changelog). We need an upper bound.
To Reproduce
Just try to install this detect-secrets package
Expected behavior
It works
Screenshots
File "/root/.cache/pre-commit/repou9angn7y/py_env-python3.11/lib/python3.11/site-packages/detect_secrets/plugins/box.py", line 1, in <module>
from boxsdk import Client
ModuleNotFoundError: No module named 'boxsdk'
Impact
high