Skip to content

Commit

Permalink
Upgrade PySide6 to 6.6.2 to fix macOS crashing bug
Browse files Browse the repository at this point in the history
This fixes the crash on macOS when clicking the Refresh button, if a
background tool that uses the Accessibility APIs is running, such as
Magnet (a window manager).

To minimize regression risks, I bumped the release of PySide6 just
enough to contain the fix for the bug. As it turns out, it was fixed in
the patch version just above the one we were using.

See https://bugreports.qt.io/browse/QTBUG-120469
  • Loading branch information
jonathanperret authored and dl1com committed Jul 25, 2024
1 parent bc96d5c commit 9d051f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fbs @ git+https://github.com/AllYarnsAreBeautiful/fbs@1.2.1-pyqt6
PySide6==6.6.1
PySide6==6.6.2
PyInstaller==6.4.0
Pillow==10
pyserial==3.5
Expand Down

0 comments on commit 9d051f6

Please sign in to comment.