diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 570e8bb0d..11acce062 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -38,7 +38,7 @@ jobs: run: | sudo apt-get update && sudo apt-get install pngquant && - pip install mkdocs-material + pip install mkdocs-material mkdocs-material-extensions pillow cairosvg env: GH_TOKEN: ${{ secrets.GH_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index ef7e0c6a2..a8ba50f8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] name = "crewai" -version = "0.1.32" +version = "0.5.0" description = "Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks." -authors = ["Joao Moura "] +authors = ["Joao Moura "] readme = "README.md" packages = [ { include = "crewai", from = "src" },