Describe the bug
aws-cdk-lib.TagManager.is_taggable has stopped working wth cdk python version 2.88.0 with the below error message

Expected Behavior
it should just return the boolean value during the runtime.
Current Behavior
just fails with the error message as in the screenshot.
Reproduction Steps
Try to run synth after migrating to the cdk version2.88.0, it will through the same error message as in the screenshot attached.
Possible Solution
It was working since cdk 2.0 not sure what has changed behind the scen..i see new method called is_taggable_v2 being added to the TagManager class using this will not break the code but it will remove the existing tags.
Additional Information/Context
No response
CDK CLI Version
2.88.0
Framework Version
No response
Node.js Version
14.17.6
OS
macos: ventura 13.5
Language
Python
Language Version
3.8.8
Other information
No response