Skip to content

Commit

Permalink
Support toml spec 1.0.0 (#245)
Browse files Browse the repository at this point in the history
iarna/toml is unmaintained.
Replaced by smol-toml which is maintained and has the same api

Fixes: #242
  • Loading branch information
eifinger authored Jan 16, 2025
1 parent 4e3dbec commit b5f58b2
Show file tree
Hide file tree
Showing 8 changed files with 1,354 additions and 2,781 deletions.
9 changes: 9 additions & 0 deletions __tests__/fixtures/pyproject-toml-project/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,14 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = []

[dependency-groups]
dev = [
"reuse==5.0.2",
{include-group = "lint"},
]
lint = [
"flake8==4.0.1",
]

[tool.uv]
required-version = "==0.5.14"
325 changes: 132 additions & 193 deletions dist/save-cache/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit b5f58b2

Please sign in to comment.