26 lines
740 B
Diff
26 lines
740 B
Diff
|
|
From b19673c50201bf4a9fa0f3a4ca4dc642ee26e238 Mon Sep 17 00:00:00 2001
|
||
|
|
From: root <root@localhost.localdomain>
|
||
|
|
Date: Mon, 27 Jun 2022 10:21:05 +0800
|
||
|
|
Subject: [PATCH] Remove version restrictions
|
||
|
|
|
||
|
|
---
|
||
|
|
setup.py | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/setup.py b/setup.py
|
||
|
|
index d03f117..6933829 100644
|
||
|
|
--- a/setup.py
|
||
|
|
+++ b/setup.py
|
||
|
|
@@ -42,7 +42,7 @@ install_requires = [
|
||
|
|
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
|
||
|
|
# Until this issue is closed
|
||
|
|
# https://github.com/googleapis/google-cloud-python/issues/10566
|
||
|
|
- "google-api-core >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
|
||
|
|
+ "google-api-core >= 1.31.5, <3.0.0dev",
|
||
|
|
"uritemplate>=3.0.1,<5",
|
||
|
|
]
|
||
|
|
|
||
|
|
--
|
||
|
|
2.33.0
|
||
|
|
|