Skip to content

Commit c4cc294

Browse files
authored
chore: add exclude-newer (#328)
* chore: add exclude-newer * add lock
1 parent 986af59 commit c4cc294

2 files changed

Lines changed: 9 additions & 89 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,6 @@ ignore_missing_imports = true
120120

121121
[tool.setuptools.dynamic]
122122
version = {attr = "model2vec.version.__version__"}
123+
124+
[tool.uv]
125+
exclude-newer = "1 week"

0 commit comments

Comments
 (0)