From 8fda1ae0b7fb1c9152bf53ef6c4444469c816fa0 Mon Sep 17 00:00:00 2001 From: drethereum <71602799+drethereum@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:41:06 -0600 Subject: [PATCH] pin (#263) --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f9adf4b2..745ba502 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ dbt-snowflake>=1.7,<1.8 requests~=2.26.0 click~=8.0.4 -cli_passthrough~=0.1.3 \ No newline at end of file +cli_passthrough~=0.1.3 +protobuf==4.25.3 \ No newline at end of file