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]
|
[tool.uv]
|
||||||
add-bounds = "major"
|
add-bounds = "major"
|
||||||
exclude-newer = "P2W"
|
exclude-newer = "P2W"
|
||||||
exclude-newer-package = {
|
exclude-newer-package = { "fastapi" = "2026-06-22T00:00:00Z" }
|
||||||
"fastapi" = "2026-06-22T00:00:00Z"
|
|
||||||
}
|
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue