chore: add exclude-newer = 3 days to all pyproject.toml files

This commit is contained in:
Greyson LaLonde
2026-04-04 02:02:58 +08:00
committed by GitHub
parent c571620f8c
commit ce99312db1
6 changed files with 16 additions and 0 deletions

View File

@@ -171,6 +171,9 @@ We recommend using the `YAML` template scaffolding for a structured approach to
```shell
uv add <package-name>
```
<Note>
As a supply-chain security measure, CrewAI's internal packages use `exclude-newer = "3 days"` in their `pyproject.toml` files. This means transitive dependencies pulled in by CrewAI won't resolve packages released less than 3 days ago. Your own direct dependencies are not affected by this policy. If you notice a transitive dependency is behind, you can pin the version you want explicitly in your project's dependencies.
</Note>
- To run your crew, execute the following command in the root of your project:
```bash
crewai run