Open jcralbino opened 4 months ago
Hello
This package is using as a dependency some Oslo packages that are not maintained correctly
Based in the code this can be removed as a requirement and use the well maintained package
''' try: from oslo_log import log as logging except ImportError: # pragma: no cover import logging
try: from oslo_serialization import jsonutils except ImportError: # pragma: no cover import json as jsonutils '''
Hello
This package is using as a dependency some Oslo packages that are not maintained correctly
Based in the code this can be removed as a requirement and use the well maintained package
''' try: from oslo_log import log as logging except ImportError: # pragma: no cover import logging
try: from oslo_serialization import jsonutils except ImportError: # pragma: no cover import json as jsonutils '''