You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Potentially eliminate all bazel usage, including pipeline.bzl . Speak to relevant stakeholders before going that far though. The main goal with this ticket is to allow Sematic to be effectively maintained without relying on bazel.
The text was updated successfully, but these errors were encountered:
As part of #1135, we need an alternative way to manage python
dependencies besides bazel. This PR introduces the foundation required
to use [`uv`](https://docs.astral.sh/uv/) to serve this purpose.
Introducing `uv` at python3.12 (a python version currently untested via
bazel) necessitated upgrading some packages, including linting tools, so
there are changes which may not directly appear to be related to
packaging. However, all changes in this PR should not impact logic
(beyond test logic, usually changes to this are noted).
This PR is the first in an expected series of PRs.
---------
Co-authored-by: Josh <[email protected]>
Potentially eliminate all bazel usage, including pipeline.bzl . Speak to relevant stakeholders before going that far though. The main goal with this ticket is to allow Sematic to be effectively maintained without relying on bazel.
The text was updated successfully, but these errors were encountered: