Skip to content

Commit 1c4cfdb

Browse files
authored
fix(deps): require uritemplate 3.0.1 (googleapis#1629)
* fix(deps): require uritemplate 3.0.1 * revert testing/constraints-3.10.txt
1 parent 83db1d7 commit 1c4cfdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# Until this issue is closed
4343
# https://github.com/googleapis/google-cloud-python/issues/10566
4444
"google-api-core>=1.21.0,<3.0.0dev",
45-
"uritemplate>=3.0.0,<5",
45+
"uritemplate>=3.0.1,<5",
4646
]
4747

4848
package_root = os.path.abspath(os.path.dirname(__file__))

testing/constraints-3.6.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ httplib2==0.15.0
99
google-auth==1.16.0
1010
google-auth-httplib2==0.0.3
1111
google-api-core==1.21.0
12-
uritemplate==3.0.0
12+
uritemplate==3.0.1

0 commit comments

Comments
 (0)