Update dependency pybind11 to v2.13.6 #101
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.13.1
->v2.13.6
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
pybind/pybind11 (pybind11)
v2.13.6
: Version 2.13.6Compare Source
New Features:
self._pybind11_conduit_v1_()
method is automatically added to allpy::class_
-wrapped types, to enable type-safe interoperability between different independent Python/C++ bindings systems, including pybind11 versions with differentPYBIND11_INTERNALS_VERSION
's. Supported on pybind11 2.11.2, 2.12.1, and 2.13.6+. #5296Bug fixes:
__cpp_nontype_template_args
instead of__cpp_nontype_template_parameter_class
. #5330Documentation:
v2.13.5
: Version 2.13.5Compare Source
Bug fixes:
\\?\
prefix). #5321-Wpedantic
in C++20 mode. #5322<ranges>
support forpy::tuple
andpy::list
. #5314v2.13.4
: Version 2.13.4Compare Source
Bug fixes:
Documentation:
Full Changelog: pybind/pybind11@v2.13.3...v2.13.4
v2.13.3
: Version 2.13.3Compare Source
Bug fixes:
Full Changelog: pybind/pybind11@v2.13.2...v2.13.3
v2.13.2
: Version 2.13.2Compare Source
New Features:
pybind11::detail::type_caster_std_function_specializations
feature was added, to support specializations forstd::function
's with return types that require custom to-Python conversion behavior (to primary use case is to catch and convert exceptions). #4597Changes:
PyMutex
instead ofstd::mutex
for internal locking in the free-threaded build. #5219Bug fixes:
gil_safe_call_once_and_store
thread-safe in free-threaded CPython. #5246#include <algorithm>
in pybind11/typing.h was added to fix build errors (in case user code does not already depend on that include). #5208Tests:
Full Changelog: pybind/pybind11@v2.13.1...v2.13.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.