From 0fe1c68532bea23c2124e8cdbff72691f4ae59b2 Mon Sep 17 00:00:00 2001 From: Eric Burel Date: Wed, 1 Oct 2025 14:42:00 +0200 Subject: [PATCH] Bump protobuf version to avoid gen and runtime mismatch --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3fe2f50..41a6d8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ dependencies = [ "langchain-fireworks>=0.1.7", "python-dotenv>=1.0.1", "langchain-tavily>=0.1", + "protobuf>=6.3.1", ]