Skip to content

deps(deps): Update pyobjc requirement from >=10.0 to >=12.2.1 - #6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyobjc-gte-12.2.1
Open

deps(deps): Update pyobjc requirement from >=10.0 to >=12.2.1#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyobjc-gte-12.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown

Updates the requirements on pyobjc to permit the latest version.

Release notes

Sourced from pyobjc's releases.

v12.2.1

  • #670: A number of test files were in a directory name with lower-case letters where upper-case letters should have been used. This only affects users checking out the repository on systems with a case-sensitive filesystem.

  • #671: Fix build error in the Quartz bindings when the SDK is for macOS 15 or later and the build target is also macOS 15 or later.

  • #659: Implement basic support for handling Swift classes that have an Objective-C representation but are not subclasses of NSObject, as used in the Network framework.

note

The Network framework builds upon grand central dispatch (the pyobjc-framework-libdispatch package), and because of that exceptions in callback handlers will cause a hard crash.

Changelog

Sourced from pyobjc's changelog.

Version 12.2.1

  • :issue:670: A number of test files were in a directory name with lower-case letters where upper-case letters should have been used. This only affects users checking out the repository on systems with a case-sensitive filesystem.

  • :issue:671: Fix build error in the Quartz bindings when the SDK is for macOS 15 or later and the build target is also macOS 15 or later.

  • :issue:659: Implement basic support for handling Swift classes that have an Objective-C representation but are not subclasses of NSObject, as used in the Network framework.

    .. note::

    The Network framework builds upon grand central dispatch (the pyobjc-framework-libdispatch package), and because of that exceptions in callback handlers will cause a hard crash.

Version 12.2

  • Update framework bindings for macOS 26.5 SDK

  • The following code failed at the last line in previous versions:

    .. sourcecode:: python

    class MyObject(NSObject): pass

    obj = MyObject() obj.alloc = MyObject.alloc print(obj.alloc) # Raised AttributeError

  • Backward incompatible changes:

    CFBagCreate and CFBagCreateMutable now match the API in Objective-C, that is, a value for the callbacks argument must be passed (must be kCFTypeBagCallBacks).

  • :issue:663: Fix retain count management for the callbacks registered with :func:DARegisterDiskEjectApprovalCallback <DiskArbitration.DARegisterDiskEjectApprovalCallback>, :func:DARegisterDiskMountApprovalCallback <DiskArbitration.DARegisterDiskMountApprovalCallback>, and :func:DARegisterDiskUnmountApprovalCallback <DiskArbitration.DARegisterDiskUnmountApprovalCallback> in :doc:DiskArbitration </apinotes/DiskArbitration> bindings.

  • "Hidden" instance methods were not hidden when looking them up as an attribute on the class, but found an unbound method

... (truncated)

Commits
  • cb525f3 New release day
  • 80895dc Minor tweak to supported-platforms
  • 1038a4c Add warning about raising exceptions in callbacks for libdispatch and its users.
  • 981adbc Add minimal functional tests for the Network framework bindings
  • 6b9558c Example for the Network framework
  • 56357e9 Add initial support for Swift-based ObjC classes that aren't subclasses of NS...
  • 6e22b11 ... and actually remove the file as well
  • b53636a Remove logo
  • 2db3d67 Fix error path in corefoundtion.m
  • 3c45cf3 Fix build error in the Quartz bindings when the deployment target is recent
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [pyobjc](https://github.com/ronaldoussoren/pyobjc) to permit the latest version.
- [Release notes](https://github.com/ronaldoussoren/pyobjc/releases)
- [Changelog](https://github.com/ronaldoussoren/pyobjc/blob/main/docs/changelog.rst)
- [Commits](ronaldoussoren/pyobjc@import-pyobjc-in-macosx-10.5...v12.2.1)

---
updated-dependencies:
- dependency-name: pyobjc
  dependency-version: 12.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants