Compare commits

..

3 Commits

Author SHA1 Message Date
Lucas Gomide
38b68b03ec docs: add docs about asynchronous tool support 2025-06-09 18:52:02 -03:00
Lucas Gomide
7adf0e6056 feat: support to run async tool
Some Tool requires async execution. This commit allow us to collect tool result from coroutines
2025-06-09 18:47:04 -03:00
Lucas Gomide
c52c42e361 test: fix structured tool tests
No tests were being executed from this file
2025-06-09 17:29:06 -03:00

View File

@@ -22,7 +22,7 @@ Watch this video tutorial for a step-by-step demonstration of the installation p
<Note>
**Python Version Requirements**
CrewAI requires `Python >=3.10 and <3.14`. Here's how to check your version:
CrewAI requires `Python >=3.10 and <=3.13`. Here's how to check your version:
```bash
python3 --version
```