We are using the line_profiler module extensively for code profiling in our project.
With the recent update to Python 3.12, we've found that the module is no longer compatible, causing development and debugging to become cumbersome.
Is there a plan to update the module for compatibility with Python 3.12?