summaryrefslogtreecommitdiff
path: root/www/py-google-cloud-datastore/files/patch-setup.py
blob: fa6788875471fe605e19023745e3081163558a83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2023-12-12 20:35:35 UTC
+++ setup.py
@@ -33,7 +33,7 @@ dependencies = [
     "google-cloud-core >= 1.4.0, <3.0.0dev",
     "proto-plus >= 1.22.0, <2.0.0dev",
     "proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
-    "protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
+    "protobuf>=3.19.5,<6.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
 ]
 extras = {"libcst": "libcst >= 0.2.5"}