Skip to content

Commit 19ebd06

Browse files
committed
Updating stubs
1 parent 8f305ff commit 19ebd06

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

python/morpheus/morpheus/_lib/common/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ def typeid_to_numpy_str(arg0: TypeId) -> str:
210210
pass
211211
def write_df_to_file(df: object, filename: str, file_type: FileTypes = FileTypes.Auto, **kwargs) -> None:
212212
pass
213-
__version__ = '24.10.0'
213+
__version__ = '25.2.0'

python/morpheus/morpheus/_lib/messages/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,4 @@ class InferenceMemoryFIL(InferenceMemory, TensorMemory):
265265
def seq_ids(self, arg1: object) -> None:
266266
pass
267267
pass
268-
__version__ = '24.10.0'
268+
__version__ = '25.2.0'

python/morpheus/morpheus/_lib/modules/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ __all__ = [
1414
]
1515

1616

17-
__version__ = '24.10.0'
17+
__version__ = '25.2.0'

python/morpheus/morpheus/_lib/stages/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ class SerializeStage(mrc.core.segment.SegmentObject):
8585
class WriteToFileStage(mrc.core.segment.SegmentObject):
8686
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: ...
8787
pass
88-
__version__ = '24.10.0'
88+
__version__ = '25.2.0'

python/morpheus_llm/morpheus_llm/_lib/llm/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,4 @@ class LLMTaskHandler():
231231
Task[Optional[list[ControlMessage]]]
232232
"""
233233
pass
234-
__version__ = '24.10.0'
234+
__version__ = '25.2.0'

0 commit comments

Comments
 (0)