From 08ed5ab2ace8b0a20a3d3ad616dd78f0f0ca8af6 Mon Sep 17 00:00:00 2001 From: overwatch-bot Date: Wed, 15 Jul 2026 10:51:40 +0000 Subject: [PATCH] chore(deps): bump Viam SDKs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22f1c79..ac94b95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Viam module for supporting Orbbec 3D cameras" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "viam-sdk==0.45.2", + "viam-sdk==0.79.1", "typing-extensions", "pillow", "opencv-python",