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

Commit d851047

Browse files
update dependencies and VERSION for 2.4.0
1 parent 61cb450 commit d851047

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.4.0

dependencies/vaticle/artifacts.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def vaticle_typedb_artifacts():
2929
artifact_name = "typedb-server-{platform}-{version}.{ext}",
3030
tag_source = deployment["artifact.release"],
3131
commit_source = deployment["artifact.snapshot"],
32-
commit = "05fe4e64dc0f66d45f09e3f7dc88a47ce284587a",
32+
commit = "6ed020e52fe379d1100f64511805ed344c7a68db",
3333
)
3434

3535
def vaticle_typedb_cluster_artifacts():
@@ -39,5 +39,5 @@ def vaticle_typedb_cluster_artifacts():
3939
artifact_name = "typedb-cluster-all-{platform}-{version}.{ext}",
4040
tag_source = deployment_private["artifact.release"],
4141
commit_source = deployment_private["artifact.snapshot"],
42-
commit = "8059e3aadaa46de8de0ccf57580dd0a3a61d06a4"
42+
commit = "467639bb384a52ee41dbb4b6eaa1348fced8e67b"
4343
)

dependencies/vaticle/repositories.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ def vaticle_dependencies():
2525
git_repository(
2626
name = "vaticle_dependencies",
2727
remote = "https://github.com/vaticle/dependencies",
28-
commit = "515d6adf719cc7e78f9d313e6c97bce9f918b60b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
28+
commit = "69d1fb1f0398b285b51b46391c5b2de45b13789b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2929
)
3030

3131
def vaticle_typedb_common():
3232
git_repository(
3333
name = "vaticle_typedb_common",
3434
remote = "https://github.com/vaticle/typedb-common",
35-
tag = "2.1.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @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
3636
)
3737

3838
def vaticle_typedb_behaviour():
3939
git_repository(
4040
name = "vaticle_typedb_behaviour",
4141
remote = "https://github.com/vaticle/typedb-behaviour",
42-
commit = "28d283807607cd589d6261a0da62ecd414ed49d5" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
42+
commit = "042cbf2a6c3b8b9d7a8c3b8d74e796da968523fd" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
4343
)

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
## Dependencies
3333

3434
# IMPORTANT: Any changes to these dependencies should be copied to requirements_dev.txt.
35-
typedb-protocol==2.2.0
35+
typedb-protocol==2.4.0
3636
grpcio==1.38.0
3737
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==2.2.0
33+
typedb-protocol==2.4.0
3434
grpcio==1.38.0
3535
protobuf==3.15.5
3636

0 commit comments

Comments
 (0)