You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
803 B
23 lines
803 B
2 months ago
|
From eed0a44aa3ac6b7bd88d7091ffe815876e558d27 Mon Sep 17 00:00:00 2001
|
||
|
From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
|
||
|
Date: Tue, 26 Mar 2024 09:24:03 +0100
|
||
|
Subject: [PATCH] build: increase upper limit for protobuf 5.X versions
|
||
|
|
||
|
---
|
||
|
setup.py | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/setup.py b/setup.py
|
||
|
index 772e26b..ec17bb4 100644
|
||
|
--- a/setup.py
|
||
|
+++ b/setup.py
|
||
|
@@ -24,7 +24,7 @@
|
||
|
version = "1.63.0"
|
||
|
release_status = "Development Status :: 5 - Production/Stable"
|
||
|
dependencies = [
|
||
|
- "protobuf>=3.19.5,<5.0.0.dev0,!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
|
||
|
+ "protobuf>=3.19.5,<6.0.0.dev0,!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
|
||
|
]
|
||
|
|
||
|
extras_require = {"grpc": ["grpcio >= 1.44.0, <2.0.0.dev0"]}
|