Skip to content

Commit

Permalink
fix(deps): require uritemplate 3.0.1 (#1629)
Browse files Browse the repository at this point in the history
* fix(deps): require uritemplate 3.0.1

* revert testing/constraints-3.10.txt
  • Loading branch information
parthea committed Dec 13, 2021
1 parent 83db1d7 commit 1c4cfdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
"google-api-core>=1.21.0,<3.0.0dev",
"uritemplate>=3.0.0,<5",
"uritemplate>=3.0.1,<5",
]

package_root = os.path.abspath(os.path.dirname(__file__))
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.6.txt
Expand Up @@ -9,4 +9,4 @@ httplib2==0.15.0
google-auth==1.16.0
google-auth-httplib2==0.0.3
google-api-core==1.21.0
uritemplate==3.0.0
uritemplate==3.0.1

0 comments on commit 1c4cfdb

Please sign in to comment.