cyclonedx-python-lib
                                
                                 cyclonedx-python-lib copied to clipboard
                                
                                    cyclonedx-python-lib copied to clipboard
                            
                            
                            
                        feat: improve deprecation warnings - PEP-387
see also: https://peps.python.org/pep-0387/
goal: improve backwards compatibility, while improving Developer experience.
solution
- use DeprecationWarninginstead of warnings.
- annotate deprecated symbols
requires py8.13
implementation
- use for annotation of symbols: https://typing-extensions.readthedocs.io/en/latest/#typing_extensions.deprecated