We need a python 3.12 minimum to safely typing.TypedDict with pydantic models, and 3.11 is past the SPEC0 support window anyway. I don't assume at this time that there are libraries that a) depend on this library and b) cannot use a version of python > 3.11, so this should be a safe operation.
We need a python 3.12 minimum to safely
typing.TypedDictwith pydantic models, and 3.11 is past the SPEC0 support window anyway. I don't assume at this time that there are libraries that a) depend on this library and b) cannot use a version of python > 3.11, so this should be a safe operation.