packaging is not a shipped module as part of the built-in python. This creates issues with python Docker images for instance where installing the conjur-api module doesn't install packaging as it's not a dependency and fails.
Can we please add packaging as a required dependency for this project to avoid this?
Thank you!