From dd9fa249581cedc9f9d7bd5b7d488ee891e8aefb Mon Sep 17 00:00:00 2001 From: Ryan May Date: Thu, 31 Oct 2024 17:26:35 -0600 Subject: [PATCH] MNT: Bump minimum protobuf to 3.20.0 Fixes some issues on Python 3.10. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8adff4418..1d0cd6655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "beautifulsoup4>=4.6", "numpy>=1.22.0", "pandas>=1.3.4", - "protobuf>=3.7.0", + "protobuf>=3.20.0", "requests>=2.21.0" ]