diff --git a/depthai_sdk/requirements.txt b/depthai_sdk/requirements.txt index 0d6cdcd64..2000bddb8 100644 --- a/depthai_sdk/requirements.txt +++ b/depthai_sdk/requirements.txt @@ -8,6 +8,6 @@ depthai PyTurboJPEG==1.6.4 marshmallow==3.17.0 xmltodict -sentry-sdk==1.21.0 +sentry-sdk==2.8.0 depthai-pipeline-graph==0.0.5 ahrs==0.3.1 diff --git a/requirements-optional.txt b/requirements-optional.txt index f9021f608..72b8dc3a2 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -1,7 +1,7 @@ open3d==0.10.0.0; platform_machine != "armv6l" and platform_machine != "armv7l" and python_version < "3.9" and platform_machine != "aarch64" ffmpy3==0.2.4 pyusb==1.2.1 -sentry-sdk==1.14.0 +sentry-sdk==2.8.0 # Needed for Replay functionality (for Readers) mcap>=0.0.10