Skip to content

Commit

Permalink
Updating stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Nov 5, 2024
1 parent 8f305ff commit 19ebd06
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/morpheus/morpheus/_lib/common/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ def typeid_to_numpy_str(arg0: TypeId) -> str:
pass
def write_df_to_file(df: object, filename: str, file_type: FileTypes = FileTypes.Auto, **kwargs) -> None:
pass
__version__ = '24.10.0'
__version__ = '25.2.0'
2 changes: 1 addition & 1 deletion python/morpheus/morpheus/_lib/messages/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ class InferenceMemoryFIL(InferenceMemory, TensorMemory):
def seq_ids(self, arg1: object) -> None:
pass
pass
__version__ = '24.10.0'
__version__ = '25.2.0'
2 changes: 1 addition & 1 deletion python/morpheus/morpheus/_lib/modules/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ __all__ = [
]


__version__ = '24.10.0'
__version__ = '25.2.0'
2 changes: 1 addition & 1 deletion python/morpheus/morpheus/_lib/stages/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ class SerializeStage(mrc.core.segment.SegmentObject):
class WriteToFileStage(mrc.core.segment.SegmentObject):
def __init__(self, builder: mrc.core.segment.Builder, name: str, filename: str, mode: str = 'w', file_type: morpheus._lib.common.FileTypes = FileTypes.Auto, include_index_col: bool = True, flush: bool = False) -> None: ...
pass
__version__ = '24.10.0'
__version__ = '25.2.0'
2 changes: 1 addition & 1 deletion python/morpheus_llm/morpheus_llm/_lib/llm/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ class LLMTaskHandler():
Task[Optional[list[ControlMessage]]]
"""
pass
__version__ = '24.10.0'
__version__ = '25.2.0'

0 comments on commit 19ebd06

Please sign in to comment.