Skip to content

Commit 2be1d3f

Browse files
committed
install requires protobuf
1 parent d34ae0d commit 2be1d3f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

railib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version_info__ = (0, 6, 7)
15+
__version_info__ = (0, 6, 8)
1616
__version__ = ".".join(map(str, __version_info__))

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
install_requires=[
3535
"ed25519==1.5",
3636
"pyarrow>=6.0.1",
37-
"requests-toolbelt==0.9.1"],
37+
"requests-toolbelt==0.9.1",
38+
"protobuf==3.20.1"],
3839
license="http://www.apache.org/licenses/LICENSE-2.0",
3940
long_description="Enables access to the RelationalAI REST APIs from Python",
4041
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)