From 479042ade6f3c8be45af752a0e5c2f1ff3c79cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Tue, 3 Jun 2025 10:52:44 +0545 Subject: [PATCH] deps: bump minver version for dvc-gs to 3.0.2 To support allow_anonymous_login that was added in dvc-gs 3.0.2. Related: - https://github.com/iterative/dvc-gs/pull/115 - https://github.com/iterative/dvc/pull/10756 - https://github.com/iterative/dvc/issues/5797 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccc8a69cfd..3ae2f86857 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ all = ["dvc[azure,gdrive,gs,hdfs,oss,s3,ssh,webdav,webhdfs]"] azure = ["dvc-azure>=3.1.0,<4"] dev = ["dvc[azure,gdrive,gs,hdfs,lint,oss,s3,ssh,tests,webdav,webhdfs]"] gdrive = ["dvc-gdrive>=3,<4"] -gs = ["dvc-gs>=3,<4"] +gs = ["dvc-gs>=3.0.2,<4"] hdfs = ["dvc-hdfs>=3,<4"] lint = [ "mypy==1.15.0",