← back to Exo
Add Protobuf Support
423efe10b84dcec910eda00ac5f93945f057ca43 · 2025-06-28 01:27:25 +0100 · Arbion Halili
Files touched
Diff
commit 423efe10b84dcec910eda00ac5f93945f057ca43
Author: Arbion Halili <99731180+ToxicPine@users.noreply.github.com>
Date: Sat Jun 28 01:27:25 2025 +0100
Add Protobuf Support
---
shared/pyproject.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/shared/pyproject.toml b/shared/pyproject.toml
index 79e8204d..daec0be4 100644
--- a/shared/pyproject.toml
+++ b/shared/pyproject.toml
@@ -5,6 +5,7 @@ description = "Shared utilities for the Exo project"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
+ "protobuf>=6.31.1",
"pydantic>=2.11.7",
"rich>=14.0.0",
]
← 61b8b1cb Add Protobuf Support
·
back to Exo
·
Use Hatch Build System b53c1ba9 →