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 e35824f commit 600a26fCopy full SHA for 600a26f
cyclonedx/serialization/__init__.py
@@ -34,7 +34,7 @@
34
35
36
class BomRefHelper(BaseHelper):
37
- """**DEPRECATED**
+ """**DEPRECATED** in favour of :class:`BomRef`
38
.. deprecated:: 8.6
39
Use :class:`BomRef` instead.
40
"""
@@ -91,7 +91,7 @@ def deserialize(cls, o: Any) -> UUID:
91
class LicenseRepositoryHelper(_LicenseRepositorySerializationHelper):
92
"""**DEPRECATED**
93
94
- No public API planned for replacing this
+ No public API planned for replacing this,
95
96
97
# TODO: remove, no longer needed
0 commit comments