Skip to content

Commit

Permalink
fix(deps): require protobuf<4.0.0 on v1 branch (#1271)
Browse files Browse the repository at this point in the history
* fix(deps): require protobuf<4.0.0 on v1 branch

* chore: fix ci
  • Loading branch information
parthea authored Jun 7, 2022
1 parent 7b0dfa2 commit 3dbeb72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def blacken(session):
def docs(session):
"""Build the docs."""

session.install("ipython", "recommonmark", "sphinx<3.0.0", "sphinx_rtd_theme")
session.install("ipython", "recommonmark", "sphinx<3.0.0", "jinja2<3.1", "sphinx_rtd_theme")
session.install("google-cloud-storage")
session.install("-e", ".[all]")

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"google-cloud-core >= 1.4.1, < 3.0dev",
"google-resumable-media >= 0.6.0, < 2.0dev",
"six >=1.13.0,< 2.0.0dev",
"protobuf<4.0.0dev",
]
extras = {
"bqstorage": [
Expand Down

0 comments on commit 3dbeb72

Please sign in to comment.