PyQt v6.5.1 Released

2 June 2023

PyQt v6.5.1 has been released. This is a minor feature and bug-fix release.

  • Added support for QPermission and related classes and methods.
  • Added the max_workers argument to uic.compileUiDir() to specifiy the maximum number of worker processes to use when compiling the .ui files in a directory.
  • pyuic6 will now compile all the .ui files in a directory if the name of the directory is passed instead of a .ui file.
  • Added the --max-workers command line option to pyuic6.