feat: add tomli so we can support 3.10 (#1506)

* feat: add tomli so we can support 3.10

* feat: add validation for poetry data
This commit is contained in:
Eduardo Chiarotti
2024-10-25 10:33:21 -03:00
committed by GitHub
parent 201e652fa2
commit 4589d6fe9d
5 changed files with 35 additions and 29 deletions

View File

@@ -28,6 +28,7 @@ dependencies = [
"uv>=0.4.25",
"tomli-w>=1.1.0",
"chromadb>=0.4.24",
"tomli>=2.0.2",
]
[project.urls]