Skip to content

Commit 7a12480

Browse files
authored
Bump min tested version of DVC to 2.29.0 (#2536)
1 parent 58d85c0 commit 7a12480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
dvc[s3]==2.28.0
1+
dvc[s3]==2.29.0
22
torch==1.12.0
33
torchvision==0.13.0

extension/src/cli/dvc/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { join } from 'path'
22

33
export const MIN_CLI_VERSION = '2.24.0'
4-
export const LATEST_TESTED_CLI_VERSION = '2.28.0'
4+
export const LATEST_TESTED_CLI_VERSION = '2.29.0'
55
export const MAX_CLI_VERSION = '3'
66

77
export const UNEXPECTED_ERROR_CODE = 255

0 commit comments

Comments
 (0)