The following issues are caused by numpy 1.23

pandas/_typing.py:70: error: Name "npt._ArrayLikeInt_co" is not defined  [name-defined]
pandas/core/arrays/base.py:545: error: Incompatible return value type (got "signedinteger[_64Bit]", expected "int")  [return-value]
pandas/core/base.py:1285: error: Overloaded function signature 2 will never be matched: signature 1's parameter type(s) are the same or broader  [misc]
pandas/core/indexes/interval.py:1113: error: Argument 1 to "maybe_downcast_numeric" has incompatible type "Union[ndarray[Any, Any], TimedeltaIndex, DatetimeIndex]"; expected "ndarray[Any, Any]"  [arg-type]
pandas/core/generic.py:717: error: Incompatible return value type (got "signedinteger[_64Bit]", expected "int")  [return-value]
pandas/core/groupby/generic.py:690: error: Incompatible types in assignment (expression has type "List[ndarray[Any, dtype[_SCT]]]", variable has type "List[ndarray[Any, dtype[signedinteger[Any]]]]")  [assignment]
pandas/core/resample.py:1905: error: Incompatible types in assignment (expression has type "bool_", variable has type "int")  [assignment]
pandas/core/resample.py:1959: error: Incompatible types in assignment (expression has type "signedinteger[Any]", variable has type "ndarray[Any, dtype[signedinteger[_64Bit]]]")  [assignment]

Comment From: twoertwein

I assume this can be closed