Bug Fix: Fixed a ~5% performance regression that was introduced in 1.1.18 relating to abstract method checks.
Enhancement: Improved completion handling within decorators.
Enhancement: Added support for forward-declared types within contexts other than type annotations. This includes the 'bound' parameter and constraints within a TypeVar declaration, type arguments, the first argument to a "cast" call, and type expressions found within a "NamedTuple".