I am wondering if I first need to fix all problems reported by the verifier before moderation/approval can happen?
If yes, I do not how to resolve such problem:
Dependencies of X 2026.01.0 specified in plugin.xml are resolved with respect to IntelliJ IDEA IU-253.30387.90. Java 21.0.9 was used for verification.
com.github.y.x unknown version
±-- (failed) module com.intellij.modules.python: Unavailable
I reviewed the compatibility checks. There are two independent issues.
module com.intellij.modules.python: Unavailable. This warning will be fixed in the upcoming version of IntelliJ Plugin Verifier.
However, that mandatory dependency on com.intellij.modules.python will cause issues in IntelliJ IDEA Unified. By default, the Python plugin is not available in IntelliJ IDEA Unified out of the box. Your plugin will not be installable, unless the user installs Python plugin.
If a user has IntelliJ IDEA installed, they can install the Python plugin from the JetBrains Marketplace. This will make the IDEA installation effectively equivalent to PyCharm. In turn, your plugin will be functional in such IntelliJ IDEA + Python setup.