aboutsummaryrefslogtreecommitdiff
path: root/noxfile.py
diff options
context:
space:
mode:
authorChristopher Wilcox <crwilcox@google.com>2019-03-27 10:58:39 -0700
committerGitHub <noreply@github.com>2019-03-27 10:58:39 -0700
commit2576a1b260b795651c50a07f4ddebabe7bef5bdd (patch)
tree52ee497e4e5034791fc9681ed88b1db87aae58e7 /noxfile.py
parent10a694ec945ada42c3ccecc8fe3877bd83ce26d8 (diff)
downloadpython-api-core-2576a1b260b795651c50a07f4ddebabe7bef5bdd.tar.gz
Allow passing metadata as part of creating a bidi (#7514)
* allows providing rpc metadata for bidi streams
Diffstat (limited to 'noxfile.py')
-rw-r--r--noxfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/noxfile.py b/noxfile.py
index fbc51ee..06e78c1 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -88,7 +88,7 @@ def lint_setup_py(session):
def pytype(session):
"""Run type-checking."""
session.install(
- ".", "grpcio >= 1.8.2", "grpcio-gcp >= 0.2.2", "pytype >= 2018.9.26"
+ ".", "grpcio >= 1.8.2", "grpcio-gcp >= 0.2.2", "pytype >= 2019.3.21"
)
session.run("pytype")