Skip to content

Commit 56b000e

Browse files
ryan-williamsclaude
andcommitted
Switch dvc-data from git pin to PyPI >=3.18.3
Upstream merged our fix (treeverse/dvc-data#656) and released 3.18.3. Drop the git direct reference and `allow-direct-references` hatch config. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9170e8e commit 56b000e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"click>=8.0",
2929
"dffs>=0.1.1",
3030
"dvc>=3.50",
31-
"dvc-data @ git+https://github.com/runsascoded/dvc-data.git@9956cd7539d232ff711b14a623170f1a9629ff9a",
31+
"dvc-data>=3.18.3",
3232
]
3333

3434
[project.optional-dependencies]
@@ -67,9 +67,6 @@ dvx = "dvx.cli:main"
6767
Homepage = "https://github.com/runsascoded/dvx"
6868
Repository = "https://github.com/runsascoded/dvx"
6969

70-
[tool.hatch.metadata]
71-
allow-direct-references = true
72-
7370
[tool.hatch.version]
7471
source = "vcs"
7572

0 commit comments

Comments
 (0)