From 190881a455e4e398ef9ff5a625b45e001c5c329d Mon Sep 17 00:00:00 2001 From: Paul Nechifor Date: Fri, 27 Feb 2026 07:37:59 +0200 Subject: [PATCH] fix(protobuf): pin major --- pyproject.toml | 3 ++- uv.lock | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9dea7e1921..3325718b9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ name = "dimos" authors = [ {name = "Dimensional Team", email = "build@dimensionalOS.com"}, ] -version = "0.0.10.post1" +version = "0.0.10.post2" description = "Powering agentive generalist robotics" requires-python = ">=3.10" readme = "README.md" @@ -67,6 +67,7 @@ dependencies = [ # remove this once rerun is optional in core "rerun-sdk>=0.20.0", "toolz>=1.1.0", + "protobuf>=6.33.5,<7", ] diff --git a/uv.lock b/uv.lock index d971dcfeaa..9254c44383 100644 --- a/uv.lock +++ b/uv.lock @@ -1745,7 +1745,7 @@ wheels = [ [[package]] name = "dimos" -version = "0.0.10.post1" +version = "0.0.10.post2" source = { editable = "." } dependencies = [ { name = "annotation-protocol" }, @@ -1764,6 +1764,7 @@ dependencies = [ { name = "pin" }, { name = "plotext" }, { name = "plum-dispatch" }, + { name = "protobuf" }, { name = "pydantic" }, { name = "pydantic-settings" }, { name = "python-dotenv" }, @@ -2122,6 +2123,7 @@ requires-dist = [ { name = "plum-dispatch", specifier = "==2.5.7" }, { name = "plum-dispatch", marker = "extra == 'docker'", specifier = "==2.5.7" }, { name = "pre-commit", marker = "extra == 'dev'", specifier = "==4.2.0" }, + { name = "protobuf", specifier = ">=6.33.5,<7" }, { name = "psycopg2-binary", marker = "extra == 'psql'", specifier = ">=2.9.11" }, { name = "py-spy", marker = "extra == 'dev'" }, { name = "pydantic" },