Bug Fixes
- ASM: This fix resolves an issue where an exception would be logged while parsing an empty body JSON request.
- Fixed an incompatible version requirements for one of the internal dependencies that could have caused an exception to be raised at runtime with Python 3.12.
- Fix compatibility with other tools that try to infer the type of a Python object at runtime.
- profiling: handle a potential system error that may be raised when running a Celery-based application with CPython 3.11.
- Fixed an issue that could have caused an exception as a result of a concurrent access to some internal value cache.