Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps pyobjc from 10.0 to 12.1.

Release notes

Sourced from pyobjc's releases.

v12.1

  • #661: 12.0 incorrectly has support for Python 3.9 in packaging metadata.

  • Update framework bindings for the macOS 26.1 SDK

  • Instances of :type:bytearray can be used as the argument for a function or selector that expects a null-terminated C char array.

  • Automatically disable KVO usage for subclasses of NSProxy defined in Python.

  • Fix SystemError when calling objc.propertiesForClass(objc.objc_object).

  • objc.classAddMethods no longer supports callable's whose __name__ attribute is a byte string.

  • Clearer error messages when an entry in the methods added with objc.classAddMethod is invalid.

  • Using objc.classAddMethods to add a method for which a custom IMP helper has been registered now works correctly (previously the default libffi IMP implementation was used in these cases), and likewise for using :funcsetattr to assign methods.

  • It is no longer possible to use :func:objc.classAddMethods to override an existing method with an incompatible Objective-C signature, and likewise for using :func:setattr to do the same.

    It was already not possible to override a method from a super class with an incompatible Objective-C signature.

  • It is now possible to use an :class:objc.objc_method instance in the method list argument for :func:objc.classAddMethod.

  • -[OC_PythonObject copy] now actually copies the value if the value is not known to be immutable (such as subclasses of the builtin number types).

v12.0

  • Drop support for Python 3.9, which will go out of support before PyObjC 3.12 is released.

  • Added AVFAudio as a separate toplevel package, instead of keeping it merged in into AVFoundation.

    The package is included in the pyobjc-framework-AVFoundation distribution.

  • Updated metadata for the macOS 26 SDK.

... (truncated)

Changelog

Sourced from pyobjc's changelog.

Version 12.1

  • :issue:661: 12.0 incorrectly has support for Python 3.9 in packaging metadata.

    Because of this the 12.0 release has been yanked for the packages pyobjc and pyobjc-core on PyPI.

  • Update framework bindings for the macOS 26.1 SDK

  • Instances of :type:bytearray can be used as the argument for a function or selector that expects a null-terminated C char array.

  • Automatically disable KVO usage for subclasses of NSProxy defined in Python.

  • Fix :exc:SystemError when calling objc.propertiesForClass(objc.objc_object).

  • :func:objc.classAddMethods no longer supports callable's whose __name__ attribute is a byte string.

  • Clearer error messages when an entry in the methods added with :func:objc.classAddMethod is invalid.

  • Using :func:objc.classAddMethods to add a method for which a custom IMP helper has been registered now works correctly (previously the default libffi IMP implementation was used in these cases), and likewise for using :funcsetattr to assign methods.

  • It is no longer possible to use :func:objc.classAddMethods to override an existing method with an incompatible Objective-C signature, and likewise for using :func:setattr to do the same.

    It was already not possible to override a method from a super class with an incompatible Objective-C signature.

  • It is now possible to use an :class:objc.objc_method instance in the method list argument for :func:objc.classAddMethod.

  • -[OC_PythonObject copy] now actually copies the value if the value is not known to be immutable (such as subclasses of the builtin number types).

Version 12.0

  • Drop support for Python 3.9, which will go out of support before PyObjC 3.12 is released.

... (truncated)

Commits
  • 76da746 Fix test failure on 3.10
  • 9148c32 Update release date
  • 2586782 Issue #661: incorrect minimum python version in wheel metadata
  • 815994d Update platform support description
  • 847b423 Update version markers
  • ec575de Fix static analyzer warning
  • fbbfd8a Drop usage of PY_FORMAT_SIZE_T
  • 288407e Issue #661: Fix python_requires package metadata
  • 09a54d1 Update the pyobjc-compat.h file in framework bindings
  • 08c3b44 More work on test coverage
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [pyobjc](https://github.com/ronaldoussoren/pyobjc) from 10.0 to 12.1.
- [Release notes](https://github.com/ronaldoussoren/pyobjc/releases)
- [Changelog](https://github.com/ronaldoussoren/pyobjc/blob/main/docs/changelog.rst)
- [Commits](ronaldoussoren/pyobjc@v10.0...v12.1)

---
updated-dependencies:
- dependency-name: pyobjc
  dependency-version: '12.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 Nov 24, 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