Skip to content

Commit 731ff12

Browse files
authored
Bump min tested version of DVC to 2.27.2 (#2440)
1 parent 99e93fc commit 731ff12

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.26.2
1+
dvc[s3]==2.27.2
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,5 +1,5 @@
11
export const MIN_CLI_VERSION = '2.24.0'
2-
export const LATEST_TESTED_CLI_VERSION = '2.26.2'
2+
export const LATEST_TESTED_CLI_VERSION = '2.27.2'
33
export const MAX_CLI_VERSION = '3'
44

55
export const UNEXPECTED_ERROR_CODE = 255

0 commit comments

Comments
 (0)