From 6a074c78f08d2868c52c9ff30e3bc1b09dc5378f Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Fri, 11 Mar 2022 02:02:45 +0000 Subject: [PATCH 1/3] chore(deps): allow google-api-core v2 on v0 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3f506cdf..90a2a217 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ # 'Development Status :: 5 - Production/Stable' release_status = "Development Status :: 3 - Alpha" dependencies = [ - "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", + "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0", "google-cloud-core >= 1.0.3, < 2.0dev", ] extras = {} From 6962cddf7415f8e561d14be08ea47e382021607c Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Sat, 12 Mar 2022 17:55:33 +0000 Subject: [PATCH 2/3] ci: fix docs build --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 1142ec19..3bd6d1b8 100644 --- a/noxfile.py +++ b/noxfile.py @@ -171,7 +171,7 @@ def docfx(session): """Build the docfx yaml files for this library.""" session.install("-e", ".") - session.install("sphinx<3.0.0", "alabaster", "recommonmark", "sphinx-docfx-yaml") + session.install("sphinx<3.0.0", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml") shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True) session.run( From 7a1a58bb577f3d87c023dc18f14a58a41e466913 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Sat, 12 Mar 2022 18:10:49 +0000 Subject: [PATCH 3/3] lint --- noxfile.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 3bd6d1b8..7e618b1b 100644 --- a/noxfile.py +++ b/noxfile.py @@ -171,7 +171,9 @@ def docfx(session): """Build the docfx yaml files for this library.""" session.install("-e", ".") - session.install("sphinx<3.0.0", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml") + session.install( + "sphinx<3.0.0", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml" + ) shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True) session.run(