Compare commits

..

4 Commits

Author SHA1 Message Date
João Moura
539b910d7d Update pyproject.toml 2024-09-22 11:34:06 -03:00
João Moura
b46f4b3f45 Update pyproject.toml 2024-09-22 11:33:55 -03:00
Rip&Tear
0954e2e120 update crewai version 2024-09-17 22:36:44 +08:00
João Moura
e77442cf34 Removing LangChain and Rebuilding Executor (#1322)
* rebuilding executor

* removing langchain

* Making all tests good

* fixing types and adding ability for nor using system prompts

* improving types

* pleasing the types gods

* pleasing the types gods

* fixing parser, tools and executor

* making sure all tests pass

* final pass

* fixing type

* Updating Docs

* preparing to cut new version
2024-09-16 14:14:04 -03:00

View File

@@ -6,7 +6,7 @@ authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = ">=3.10,<=3.13"
crewai = { extras = ["tools"], version = ">=0.55.2,<1.0.0" }
crewai = { extras = ["tools"], version = ">=0.61.1,<1.0.0" }
[tool.poetry.scripts]