typedb / typedb-driver-examples

TypeDB Driver Example Projects and Tutorials
https://typedb.com
Apache License 2.0
84 stars 57 forks source link

Upgrade to Bazel 5 #117

Closed lolski closed 2 years ago

lolski commented 2 years ago

What is the goal of this PR?

Make the repository use Bazel 5. Bazel 4 and below only work with the deprecated Python 2, which is no longer included in some operating systems such as the latest Mac OS X.

What are the changes implemented in this PR?

  1. Upgrade Bazel to 5.1.1.
  2. Upgrade all @vaticle dependencies
  3. Fix outdated examples
  4. Remove unused imports