Skip to content

Commit 45a5123

Browse files
Bump VERSION to 2.16.1 for end-to-end deployment
1 parent ec79a18 commit 45a5123

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.16.0
1+
2.16.1

dependencies/vaticle/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ def vaticle_dependencies():
2121
git_repository(
2222
name = "vaticle_dependencies",
2323
remote = "https://github.com/flyingsilverfin/dependencies",
24-
commit = "502440626c5cea9d98b7416a99599834f75c2fb8", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
24+
commit = "d27a95e9522738d423590f77b0b979b342125347", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2525
)

grpc/python/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ assemble_pip(
8888
keywords = ["typedb", "typeql", "type-system", "strongly-typed", "database", "knowledge-base"],
8989
description = "TypeDB Protocol",
9090
long_description_file = "//:README.md",
91+
python_requires = ">3.6.0",
9192
)
9293

9394
deploy_pip(

0 commit comments

Comments
 (0)