Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit afc034f

Browse files
author
haikalpribadi
committed
Depend on new grakn_protocol target
1 parent 09c3e43 commit afc034f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ py_library(
3434
name = "client_python",
3535
srcs = glob(["grakn/**/*.py"]),
3636
deps = [
37-
"@graknlabs_protocol//:grakn_protocol",
37+
"@graknlabs_protocol//grpc/python:grakn_protocol",
3838
graknlabs_client_python_requirement("protobuf"),
3939
graknlabs_client_python_requirement("grpcio"),
4040
graknlabs_client_python_requirement("six"),

dependencies/graknlabs/dependencies.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ def graknlabs_protocol():
3636
git_repository(
3737
name = "graknlabs_protocol",
3838
remote = "https://github.com/graknlabs/protocol",
39-
commit = "2877d04cd0afb28729fb3f2cbd874209e05bae14" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
39+
commit = "8ecc11716476697f94607b86ae833636ca2da0db" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
4040
)

0 commit comments

Comments
 (0)