PyCharm 2025.2.4

Released: Oct 23, 2025

Actualizaciones en 2025.2.4

Correcciones

  • Code Insight
    • False positive: Type hint is invalid or refers to the expression which is not a correct type for 'typing.Annotated' types.
    • False positive: Type hint is invalid or refers to the expression which is not a correct type when a class used in the annotation defines '__or__'.
    • False positive: Type hint is invalid or refers to the expression which is not a correct type for 'typing_extensions.Self' in project with an un-excluded venv.
    • False positive: Type hint is invalid or refers to the expression which is not a correct type for implicit type alias declared in a separate module using Literal.
    • False positive: Type hint is invalid or refers to the expression which is not a correct type for implicit type alias with union.
    • False positive: Type hint is invalid or refers to the expression which is not a correct type for implicit type alias declared as class attribute from another module based on a generic type.
    • PyDataFlow in PyCharm causes very slow function return type inference.
  • Debugger
    • Debugging a "module" target fails on Python 3.14.
  • Inspections
    • False positive: Type hint is invalid or refers to the expression which is not a correct type if type is implicit type alias of Literal with more than one int or bool.