We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600a26f commit 0f09a7fCopy full SHA for 0f09a7f
cyclonedx/serialization/__init__.py
@@ -20,7 +20,6 @@
20
Set of helper classes for use with ``serializable`` when conducting (de-)serialization.
21
"""
22
23
-import sys
24
from typing import Any, Optional
25
from uuid import UUID
26
@@ -34,7 +33,8 @@
34
33
35
36
class BomRefHelper(BaseHelper):
37
- """**DEPRECATED** in favour of :class:`BomRef`
+ """**DEPRECATED** in favour of :class:`BomRef`.
+
38
.. deprecated:: 8.6
39
Use :class:`BomRef` instead.
40
@@ -90,6 +90,7 @@ def deserialize(cls, o: Any) -> UUID:
90
91
class LicenseRepositoryHelper(_LicenseRepositorySerializationHelper):
92
"""**DEPRECATED**
93
94
95
No public API planned for replacing this,
96
0 commit comments