Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit dcc18e0

Browse files
authored
Merge pull request #79 from juanjux/fix/grpcio_version
Fixed grpcio version to 1.9.1 because of problems with 1.10.0
2 parents c1d6d95 + 9d6ef0c commit dcc18e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def main():
134134
},
135135
name="bblfsh",
136136
description="Fetches Universal Abstract Syntax Trees from Babelfish.",
137-
version="2.9.0",
137+
version="2.9.1",
138138
license="Apache 2.0",
139139
author="source{d}",
140140
author_email="language-analysis@sourced.tech",
@@ -143,7 +143,7 @@ def main():
143143
packages=find_packages(),
144144
exclude=["bblfsh/test.py"],
145145
keywords=["babelfish", "uast"],
146-
install_requires=["grpcio", "grpcio-tools", "docker", "protobuf>=3.4.0"],
146+
install_requires=["grpcio==1.9.1", "grpcio-tools==1.9.1", "docker", "protobuf>=3.4.0"],
147147
package_data={"": ["LICENSE", "README.md"]},
148148
ext_modules=[libuast_module],
149149
classifiers=[

0 commit comments

Comments
 (0)