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

Commit a84167f

Browse files
author
haikalpribadi
committed
Bump dependencies and use new GRPC protocol target
1 parent 42f1814 commit a84167f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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//grpc/python:grakn_protocol",
37+
"@graknlabs_protocol//grpc/python: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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ def graknlabs_build_tools():
2222
git_repository(
2323
name = "graknlabs_build_tools",
2424
remote = "https://github.com/graknlabs/build-tools",
25-
commit = "2832af3c237551cd132907dfd1790ed503208e78", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_build_tools
25+
commit = "27a4596b4338189e9529cff3d015f173e6eb4c5b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_build_tools
2626
)
2727

2828
def graknlabs_grakn_core():
2929
git_repository(
3030
name = "graknlabs_grakn_core",
3131
remote = "https://github.com/graknlabs/grakn",
32-
commit = "8fbb82691c9d0abfd651f075bb06eb689b8536de" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
32+
commit = "d9d761afae2dccd2c9881e0dd88c47882f2dbbf2" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
3333
)
3434

3535
def graknlabs_protocol():
3636
git_repository(
3737
name = "graknlabs_protocol",
3838
remote = "https://github.com/graknlabs/protocol",
39-
commit = "8ecc11716476697f94607b86ae833636ca2da0db" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
39+
commit = "92d1b01a07197ded8290a2afe624d5308f749d5c" # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_protocol
4040
)

0 commit comments

Comments
 (0)