https://github.com/alexschimpf/fastapi-versionizer/blob/main/fastapi_versionizer/versionizer.py#L343-L347 [Python 3.13 better error messages](https://github.com/python/cpython/issues/107944) break this indexing. Example TypeError now ``` "APIRouter.add_api_route() got an unexpected keyword argument 'response_field'. Did you mean 'response_model'?" ```
https://github.com/alexschimpf/fastapi-versionizer/blob/main/fastapi_versionizer/versionizer.py#L343-L347
Python 3.13 better error messages break this indexing.
Example TypeError now