Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Jan 20, 2025
1 parent 58553b1 commit 71fd2fb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions cyclonedx/serialization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@

class BomRefHelper(BaseHelper):
"""
DEPRECATED. use :class:`BomRef` instead.
**DEPRECATED**
Use :class:`BomRef` instead.
.. deprecated:: 8.6
"""

# TODO: remove, no longer needed
Expand Down Expand Up @@ -89,7 +92,10 @@ def deserialize(cls, o: Any) -> UUID:

class LicenseRepositoryHelper(_LicenseRepositorySerializationHelper):
"""
DEPRECATED. No public API planned for replacing this
**DEPRECATED**
No public API planned for replacing this
.. deprecated:: 8.6
"""

# TODO: remove, no longer needed
Expand Down

0 comments on commit 71fd2fb

Please sign in to comment.