typedb / typedb-behaviour

TypeDB Behaviour Test Specification
Mozilla Public License 2.0
10 stars 19 forks source link

Upgrade to Bazel 6.2.0 & explicitly install python tool dependencies #277

Closed dmitrii-ubskii closed 10 months ago

dmitrii-ubskii commented 10 months ago

Usage and product changes

Since the upgrade to rules-python v0.24 (https://github.com/vaticle/dependencies/pull/460), we must use Bazel 6.x. We are also now required to explicitly install python dependencies in the WORKSPACE file. The python tools happened to be unused, so these errors were not visible until the sync dependencies tool was restored.

typedb-bot commented 10 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture