Compare commits

..

11 Commits

Author SHA1 Message Date
Brandon Hancock
61a4d7b8da Merge branch 'main' into bugfix/restrict-python-version-compatibility 2024-12-09 14:06:12 -05:00
Brandon Hancock
e5b222c049 drop pipeline 2024-12-09 14:02:10 -05:00
Brandon Hancock
fb396cbaaa Drop skip 2024-12-09 13:58:03 -05:00
Brandon Hancock
3ce44764aa Merge branch 'bugfix/restrict-python-version-compatibility' of https://github.com/joaomdmoura/crewAI into bugfix/restrict-python-version-compatibility 2024-12-09 13:54:47 -05:00
Brandon Hancock
25690347d2 resolve final tests 2024-12-09 13:54:27 -05:00
Brandon Hancock (bhancock_ai)
97b85e1830 Merge branch 'main' into bugfix/restrict-python-version-compatibility 2024-12-09 13:50:19 -05:00
Brandon Hancock
cf39d73e64 adding thiago changes 2024-12-09 13:49:50 -05:00
Brandon Hancock
26b0375349 trying to fix failing test 2024-12-09 10:55:23 -05:00
Brandon Hancock
e322953c8b Drop test cassette that was causing error 2024-12-09 10:28:15 -05:00
Brandon Hancock
7d5da94382 revert 2024-12-09 10:21:58 -05:00
Brandon Hancock
589447c5c4 drop 3.13 2024-12-09 10:14:44 -05:00
2 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ dependencies = [
"opentelemetry-exporter-otlp-proto-http>=1.22.0", "opentelemetry-exporter-otlp-proto-http>=1.22.0",
"instructor>=1.3.3", "instructor>=1.3.3",
"regex>=2024.9.11", "regex>=2024.9.11",
"crewai-tools>=0.17.0",
"click>=8.1.7", "click>=8.1.7",
"python-dotenv>=1.0.0", "python-dotenv>=1.0.0",
"appdirs>=1.4.4", "appdirs>=1.4.4",

2
uv.lock generated
View File

@@ -570,6 +570,7 @@ dependencies = [
{ name = "auth0-python" }, { name = "auth0-python" },
{ name = "chromadb" }, { name = "chromadb" },
{ name = "click" }, { name = "click" },
{ name = "crewai-tools" },
{ name = "instructor" }, { name = "instructor" },
{ name = "json-repair" }, { name = "json-repair" },
{ name = "jsonref" }, { name = "jsonref" },
@@ -639,6 +640,7 @@ requires-dist = [
{ name = "auth0-python", specifier = ">=4.7.1" }, { 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 = "click", specifier = ">=8.1.7" },
{ name = "crewai-tools", specifier = ">=0.17.0" },
{ name = "crewai-tools", marker = "extra == 'tools'", specifier = ">=0.14.0" }, { name = "crewai-tools", marker = "extra == 'tools'", specifier = ">=0.14.0" },
{ name = "fastembed", marker = "extra == 'fastembed'", specifier = ">=0.4.1" }, { name = "fastembed", marker = "extra == 'fastembed'", specifier = ">=0.4.1" },
{ name = "instructor", specifier = ">=1.3.3" }, { name = "instructor", specifier = ">=1.3.3" },