From b59dbb3b482e93478b9e887bf06fd331c2faa109 Mon Sep 17 00:00:00 2001 From: Ivan Nikolic Date: Tue, 19 May 2026 16:57:39 +0800 Subject: [PATCH] chore(deps): bump rerun-sdk to 0.32.0a1 to match viewer protocol dimos-viewer needs to be on a rerun release that matches the Python SDK's protocol, otherwise the bridge can't speak to the viewer (we saw "Sender blocked" warnings + empty viewer with the 0.29.2 SDK against a 0.32-era viewer). The current dimos-viewer pin (==0.30.0a6.dev99) is built from a fork tracking the 0.32.0a1 upstream tag, and rerun-sdk==0.32.0a1 is published on pypi. --- pyproject.toml | 4 ++-- uv.lock | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 93c3d32d34..a4d40eed97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ dependencies = [ "llvmlite>=0.42.0", # Required by numba 0.60+ # TODO: rerun shouldn't be required but rn its in core (there is NO WAY to use dimos without rerun rn) # remove this once rerun is optional in core - "rerun-sdk>=0.20.0", + "rerun-sdk==0.32.0a1", "dimos-viewer==0.30.0a6.dev99", "toolz>=1.1.0", "protobuf>=6.33.5,<7", @@ -191,7 +191,7 @@ misc = [ ] visualization = [ - "rerun-sdk>=0.20.0", + "rerun-sdk==0.32.0a1", "dimos-viewer>=0.30.0a4", ] diff --git a/uv.lock b/uv.lock index 80175e4bf3..06553ed9ee 100644 --- a/uv.lock +++ b/uv.lock @@ -2440,9 +2440,9 @@ requires-dist = [ { name = "reactivex", marker = "extra == 'docker'" }, { name = "reportlab", marker = "extra == 'apriltag'", specifier = ">=4.5.0" }, { name = "requests", marker = "extra == 'docker'", specifier = ">=2.28" }, - { name = "rerun-sdk", specifier = ">=0.20.0" }, + { name = "rerun-sdk", specifier = "==0.32.0a1" }, { name = "rerun-sdk", marker = "extra == 'docker'" }, - { name = "rerun-sdk", marker = "extra == 'visualization'", specifier = ">=0.20.0" }, + { name = "rerun-sdk", marker = "extra == 'visualization'", specifier = "==0.32.0a1" }, { name = "rpyc", specifier = ">=6.0.0" }, { name = "scikit-learn", marker = "extra == 'misc'" }, { name = "scipy", specifier = ">=1.15.1" }, @@ -9286,7 +9286,7 @@ wheels = [ [[package]] name = "rerun-sdk" -version = "0.29.2" +version = "0.32.0a1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "attrs" }, @@ -9297,10 +9297,10 @@ dependencies = [ { name = "typing-extensions" }, ] wheels = [ - { url = "https://files.pythonhosted.org/packages/ad/d1/6b31d12e726732dced50806b1cb0b5fb55c478ee4ac23d68f50db888cf2c/rerun_sdk-0.29.2-cp310-abi3-macosx_11_0_arm64.whl", hash = "sha256:ead2b4bb93cac553c9b524442e49ba5f34c30ab9db2225e1ed2ce2ee235ea46b", size = 112371441, upload-time = "2026-02-12T19:31:07.296Z" }, - { url = "https://files.pythonhosted.org/packages/dc/81/9b3619b37c8a7492ccbe9ea172dedc5ffb66b83ded82b8f443c1958fe1c0/rerun_sdk-0.29.2-cp310-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:a97f5601cb50c14ec665525c0cf65056167de1306958a0526ff1e8d384320076", size = 120304992, upload-time = "2026-02-12T19:31:12.499Z" }, - { url = "https://files.pythonhosted.org/packages/63/43/2590293ce7985cbb88f9fdd67b90c36b954116f6c75639b378f098b3ff61/rerun_sdk-0.29.2-cp310-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:392a7f2c3db660716b660f4b164f9b73a076100378781a3a2551edf290d00c23", size = 125305451, upload-time = "2026-02-12T19:31:17.319Z" }, - { url = "https://files.pythonhosted.org/packages/bc/06/b73e04344f2220d48c0583270a54873bca3b93ab476cf09629941afac8e5/rerun_sdk-0.29.2-cp310-abi3-win_amd64.whl", hash = "sha256:a3ccfbac8df89519a075f9dc3499a9e715c653a19a17de00d39fd218a589e009", size = 108289765, upload-time = "2026-02-12T19:31:22.616Z" }, + { url = "https://files.pythonhosted.org/packages/c7/e0/5d92c02d6ca63b5692e72ad3c5b89e32d44c3a6a99a74be3cb9a9d2c9741/rerun_sdk-0.32.0a1-cp310-abi3-macosx_11_0_arm64.whl", hash = "sha256:704e031c4ed3eb83837ce37b73741082ab669a2b4c88348a08ba61e3ba6d8656", size = 123843351, upload-time = "2026-04-29T18:59:44.469Z" }, + { url = "https://files.pythonhosted.org/packages/ab/97/1daa4751a281bdb6cda3473229b2746779093ffaba70dd868a3074ef3392/rerun_sdk-0.32.0a1-cp310-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:0a821b30f287dabbf694aa1715e4dad0e31990cf4b612757c895f096885512e9", size = 133447478, upload-time = "2026-04-29T18:59:49.946Z" }, + { url = "https://files.pythonhosted.org/packages/06/9d/84170e6722a09294b57d578fc1d01266c6e78408a544876f5271ecfa66a9/rerun_sdk-0.32.0a1-cp310-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:8045beb820372e092a6cf100fb87091fa804168e5cf8a0c29f97cdee56b134d8", size = 137724590, upload-time = "2026-04-29T18:59:55.238Z" }, + { url = "https://files.pythonhosted.org/packages/ba/2f/09845dcdf14047cc8118566572628c533f57f6a232ee0b3fd61283b153e8/rerun_sdk-0.32.0a1-cp310-abi3-win_amd64.whl", hash = "sha256:1d6f8c3d50699ae075551a62e971730870a685cb74189b550a348561f37f9fe5", size = 118766780, upload-time = "2026-04-29T19:00:00.121Z" }, ] [[package]]