Installation error for versions > 0.16.13

When i install great expectations versions bigger than 0.16.13 then during import great_expectations i am getting error:

great_expectations.datasource.fluent.dynamic_pandas.DynamicAssetError: Updating forward references for asset model ClipboardAsset raised TypeError: issubclass() arg 1 must be a class

Is that because of some missing dependency?

Hi @emka, please refer to this PR to see if you can fix the problem: `TypeError: issubclass() arg 1 must be a class` on tests that were passing the day before · Issue #7974 · great-expectations/great_expectations · GitHub

It seems like a pydantic/typing_extensions issue