v2.11.1.bzl.2
Warning
This release contains breaking changes!
pybind11_bazel now uses rules_python. @local_config_python no longer exists. @pybind11 is now an internal dependency. The pybind11_embed target no longer exists.
bazel_dep(name = "pybind11_bazel", version = "2.11.1.bzl.2") is now the only thing needed in your MODULE.bazel file. Please remove the use_extension() and use_repo() calls that were previously necessary.
For users embedding Python, please replace the pybind11_embed target with @rules_python//python/cc:current_py_cc_libs.
What's Changed
- Move to rules_python and remove local_config_python. by @junyer in #72
- Turn
@pybind11into an internal dependency. by @junyer in #73
Full Changelog: v2.11.1.bzl.1...v2.11.1.bzl.2