Skip to content

Commit e6f3cf9

Browse files
committed
fix version
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
1 parent 2fae23d commit e6f3cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/org/opensearch/ml/common/transport/connector/MLCreateConnectorInput.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class MLCreateConnectorInput implements ToXContentObject, Writeable {
4848
public static final String DRY_RUN_FIELD = "dry_run";
4949

5050
private static final Version MINIMAL_SUPPORTED_VERSION_FOR_CLIENT_CONFIG = Version.V_2_13_0;
51-
private static final Version MINIMAL_SUPPORTED_VERSION_FOR_MODEL_INTERFACE = Version.V_2_14_0;
51+
private static final Version MINIMAL_SUPPORTED_VERSION_FOR_MODEL_INTERFACE = Version.V_2_13_0;
5252

5353
public static final String DRY_RUN_CONNECTOR_NAME = "dryRunConnector";
5454

0 commit comments

Comments
 (0)