mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
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:
committed by
GitHub
parent
201e652fa2
commit
4589d6fe9d
2
uv.lock
generated
2
uv.lock
generated
@@ -625,6 +625,7 @@ dependencies = [
|
||||
{ name = "python-dotenv" },
|
||||
{ name = "pyvis" },
|
||||
{ name = "regex" },
|
||||
{ name = "tomli" },
|
||||
{ name = "tomli-w" },
|
||||
{ name = "uv" },
|
||||
]
|
||||
@@ -679,6 +680,7 @@ requires-dist = [
|
||||
{ name = "python-dotenv", specifier = ">=1.0.0" },
|
||||
{ name = "pyvis", specifier = ">=0.3.2" },
|
||||
{ name = "regex", specifier = ">=2024.9.11" },
|
||||
{ name = "tomli", specifier = ">=2.0.2" },
|
||||
{ name = "tomli-w", specifier = ">=1.1.0" },
|
||||
{ name = "uv", specifier = ">=0.4.25" },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user