summaryrefslogtreecommitdiff
path: root/www/py-google-cloud-logging/files/patch-setup.py
blob: 8050ab061f3225237799d642ef15a1e3788b3580 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2024-03-14 18:16:40 UTC
+++ setup.py
@@ -46,7 +46,7 @@ dependencies = [
     "grpc-google-iam-v1 >=0.12.4, <1.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",
 ]
 url = "https://github.com/googleapis/python-logging"