Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps pybind11 from 2.13.6 to 3.0.1.

Release notes

Sourced from pybind11's releases.

Version 3.0.1

Bug fixes:

  • Fixed compilation error in type_caster_enum_type when casting pointer-to-enum types. Added pointer overload to handle dereferencing before enum conversion. #5776
  • Implement binary version of make_index_sequence to reduce template depth requirements for functions with many parameters. #5751
  • Subinterpreter-specific exception handling code was removed to resolve segfaults. #5795
  • Fixed issue that caused PYBIND11_MODULE code to run again if the module was re-imported after being deleted from sys.modules. #5782
  • Prevent concurrent creation of sub-interpreters as a workaround for stdlib concurrency issues in Python 3.12. #5779
  • Fixed potential crash when using cpp_function objects with sub-interpreters. #5771
  • Fixed non-entrant check in implicitly_convertible(). #5777
  • Support C++20 on platforms that have older c++ runtimes. #5761
  • Fix compilation with clang on msys2. #5757
  • Avoid nullptr dereference warning with GCC 13.3.0 and python 3.11.13. #5756
  • Fix potential warning about number of threads being too large. #5807
  • Fix gcc 11.4+ warning about serial compilation using CMake. #5791

Documentation:

  • Improve buffer_info type checking in numpy docs. #5805
  • Replace robotpy-build with semiwrap in the binding tool list. #5804
  • Show nogil in most examples. #5770
  • Fix py::trampoline_self_life_support visibility in docs. #5766

Tests:

  • Avoid a spurious warning about DOWNLOAD_CATCH being manually specified. #5803
  • Fix an IsolatedConfig test. #5768

CI:

  • Add CI testing for Android. #5714

Internal:

  • Rename internal variables to avoid the word slots (reads better). #5793

Version 3.0.0

Pybind11 3.0 includes an ABI bump, the first required bump in many years on Unix (Windows has had required bumps more often). This release contains the smart-holder branch, multi-phase init and subinterpreter support, py::native_enum, an interface to warnings, typing improvements, and more. CMake now defaults to FindPython mode. Please check our upgrade guide for more info on upgrading!

Support for Python 3.14, 3.14t, GraalPy, and PyPy 3.11 has been added, while legacy support for Python 3.7, PyPy 3.8/3.9, and CMake <3.15 has been removed. Most deprecated features have been kept for this release, but anything producing a warning in 3.0 may be removed in a future 3.x version. We also now have a deprecation page.

New Features:

... (truncated)

Changelog

Sourced from pybind11's changelog.

Version 3.0.1 (August 22, 2025)

Bug fixes:

  • Fixed compilation error in type_caster_enum_type when casting pointer-to-enum types. Added pointer overload to handle dereferencing before enum conversion. #5776

  • Implement binary version of make_index_sequence to reduce template depth requirements for functions with many parameters. #5751

  • Subinterpreter-specific exception handling code was removed to resolve segfaults. #5795

  • Fixed issue that caused PYBIND11_MODULE code to run again if the module was re-imported after being deleted from sys.modules. #5782

  • Prevent concurrent creation of sub-interpreters as a workaround for stdlib concurrency issues in Python 3.12. #5779

  • Fixed potential crash when using cpp_function objects with sub-interpreters. #5771

  • Fixed non-entrant check in implicitly_convertible(). #5777

  • Support C++20 on platforms that have older c++ runtimes. #5761

  • Fix compilation with clang on msys2. #5757

  • Avoid nullptr dereference warning with GCC 13.3.0 and python 3.11.13. #5756

  • Fix potential warning about number of threads being too large. #5807

  • Fix gcc 11.4+ warning about serial compilation using CMake. #5791

Documentation:

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [pybind11](https://github.com/pybind/pybind11) from 2.13.6 to 3.0.1.
- [Release notes](https://github.com/pybind/pybind11/releases)
- [Changelog](https://github.com/pybind/pybind11/blob/master/docs/changelog.md)
- [Commits](pybind/pybind11@v2.13.6...v3.0.1)

---
updated-dependencies:
- dependency-name: pybind11
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant