fix: invalid toml syntax
This commit is contained in:
parent
84ba3b6bee
commit
a343b76f63
1 changed files with 1 additions and 3 deletions
|
|
@ -38,9 +38,7 @@ quote-style = "double"
|
|||
[tool.uv]
|
||||
add-bounds = "major"
|
||||
exclude-newer = "P2W"
|
||||
exclude-newer-package = {
|
||||
"fastapi" = "2026-06-22T00:00:00Z"
|
||||
}
|
||||
exclude-newer-package = { "fastapi" = "2026-06-22T00:00:00Z" }
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue