cyclonedx-python-lib icon indicating copy to clipboard operation
cyclonedx-python-lib copied to clipboard

feat: improve deprecation warnings - PEP-387

Open jkowalleck opened this issue 9 months ago • 0 comments

see also: https://peps.python.org/pep-0387/

goal: improve backwards compatibility, while improving Developer experience.

solution

  • use DeprecationWarning instead of warnings.
  • annotate deprecated symbols

requires py8.13

implementation

  • use for annotation of symbols: https://typing-extensions.readthedocs.io/en/latest/#typing_extensions.deprecated

jkowalleck avatar Jan 20 '25 10:01 jkowalleck