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

Commit 8879732

Browse files
committed
Update @vaticle_typedb_common and 'typedb-protocol'
1 parent 2706c85 commit 8879732

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dependencies/vaticle/repositories.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def vaticle_typedb_common():
3232
git_repository(
3333
name = "vaticle_typedb_common",
3434
remote = "https://github.com/vaticle/typedb-common",
35-
tag = "2.3.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
35+
tag = "2.5.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
3636
)
3737

3838
def vaticle_typedb_behaviour():

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
## Dependencies
3232

3333
# IMPORTANT: Any changes to these dependencies should be copied to requirements_dev.txt.
34-
typedb-protocol==0.0.0-ec89440dadb449f223ad2c925b238aad06b80c81
34+
typedb-protocol==2.5.0
3535
grpcio==1.38.0
3636
protobuf==3.15.5

requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
## Dependencies
3232

33-
typedb-protocol==0.0.0-ec89440dadb449f223ad2c925b238aad06b80c81
33+
typedb-protocol==2.5.0
3434
grpcio==1.38.0
3535
protobuf==3.15.5
3636

0 commit comments

Comments
 (0)