>= version

This commit is contained in:
Lorenze Jay
2024-11-14 11:59:13 -08:00
parent 4a6f89d200
commit f0e3c8def0
2 changed files with 2 additions and 2 deletions

View File

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

2
uv.lock generated
View File

@@ -670,7 +670,7 @@ requires-dist = [
{ name = "agentops", marker = "extra == 'agentops'", specifier = ">=0.3.0" },
{ name = "appdirs", specifier = ">=1.4.4" },
{ name = "auth0-python", specifier = ">=4.7.1" },
{ name = "chromadb", specifier = "==0.5.18" },
{ name = "chromadb", specifier = ">=0.5.18" },
{ name = "click", specifier = ">=8.1.7" },
{ name = "crewai-tools", specifier = ">=0.14.0" },
{ name = "crewai-tools", marker = "extra == 'tools'", specifier = ">=0.14.0" },