Skip to content

Releases: theoremlp/rules_pydeps

v0.3.0

10 Dec 01:41
Compare
Choose a tag to compare

Using Bzlmod with Bazel 7

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_pydeps", version = "0.3.0")

What's Changed

  • Update dependency pytest to ~=8.3.4 by @renovate-thm in #3

New Contributors

  • @renovate-thm made their first contribution in #3

Full Changelog: v0.2.0...v0.3.0

v0.2.0

02 Dec 15:21
2ee3f64
Compare
Choose a tag to compare

Using Bzlmod with Bazel 7

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_pydeps", version = "0.2.0")

What's Changed

  • Fix handling of 'internal' source deps by @mark-thm in #2

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

30 Nov 21:14
Compare
Choose a tag to compare

Using Bzlmod with Bazel 7

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_pydeps", version = "0.1.2")

Full Changelog: v0.1.1...v0.1.2

v0.1.1

27 Nov 17:47
Compare
Choose a tag to compare

Using Bzlmod with Bazel 7

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_pydeps", version = "0.1.1")

v0.1.0

27 Nov 17:35
Compare
Choose a tag to compare

Using Bzlmod with Bazel 7

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_pydeps", version = "0.1.0")

Full Changelog: https://github.com/theoremlp/rules_pydeps/commits/v0.1.0