@@ -77,15 +77,15 @@ class ContainerType(str, Enum):
7777# To update this value, please follow the instructions for MINIMUM_NUMAFLOW_VERSION in
7878# https://github.com/numaproj/numaflow-rs/blob/main/src/shared.rs
7979MINIMUM_NUMAFLOW_VERSION = {
80- ContainerType .Sourcer : "1.3 .0-z" ,
81- ContainerType .Sourcetransformer : "1.3 .0-z" ,
82- ContainerType .Sinker : "1.3 .0-z" ,
83- ContainerType .Mapper : "1.3 .0-z" ,
84- ContainerType .Reducer : "1.3 .0-z" ,
85- ContainerType .Reducestreamer : "1.3 .0-z" ,
86- ContainerType .Sessionreducer : "1.3 .0-z" ,
87- ContainerType .Sideinput : "1.3 .0-z" ,
88- ContainerType .Fbsinker : "1.3 .0-z" ,
80+ ContainerType .Sourcer : "1.4 .0-z" ,
81+ ContainerType .Sourcetransformer : "1.4 .0-z" ,
82+ ContainerType .Sinker : "1.4 .0-z" ,
83+ ContainerType .Mapper : "1.4 .0-z" ,
84+ ContainerType .Reducer : "1.4 .0-z" ,
85+ ContainerType .Reducestreamer : "1.4 .0-z" ,
86+ ContainerType .Sessionreducer : "1.4 .0-z" ,
87+ ContainerType .Sideinput : "1.4 .0-z" ,
88+ ContainerType .Fbsinker : "1.4 .0-z" ,
8989}
9090
9191
0 commit comments