We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83db1d7 commit 1c4cfdbCopy full SHA for 1c4cfdb
setup.py
@@ -42,7 +42,7 @@
42
# Until this issue is closed
43
# https://github.com/googleapis/google-cloud-python/issues/10566
44
"google-api-core>=1.21.0,<3.0.0dev",
45
- "uritemplate>=3.0.0,<5",
+ "uritemplate>=3.0.1,<5",
46
]
47
48
package_root = os.path.abspath(os.path.dirname(__file__))
testing/constraints-3.6.txt
@@ -9,4 +9,4 @@ httplib2==0.15.0
9
google-auth==1.16.0
10
google-auth-httplib2==0.0.3
11
google-api-core==1.21.0
12
-uritemplate==3.0.0
+uritemplate==3.0.1
0 commit comments